mirror of
https://github.com/meshtastic/python.git
synced 2025-12-28 10:27:54 -05:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c3df00b46 | ||
|
|
28e848ace6 | ||
|
|
849724a129 | ||
|
|
309b069558 | ||
|
|
cbedc982b6 | ||
|
|
dd482f2f89 | ||
|
|
29331cc3d2 | ||
|
|
4f2fbe39c0 | ||
|
|
b2f3ba11ae |
1
.trunk/.gitignore
vendored
1
.trunk/.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
*logs
|
*logs
|
||||||
*actions
|
*actions
|
||||||
*notifications
|
*notifications
|
||||||
|
*tools
|
||||||
plugins
|
plugins
|
||||||
user_trunk.yaml
|
user_trunk.yaml
|
||||||
user.yaml
|
user.yaml
|
||||||
|
|||||||
@@ -1,33 +1,40 @@
|
|||||||
version: 0.1
|
version: 0.1
|
||||||
cli:
|
cli:
|
||||||
version: 1.7.0
|
version: 1.15.0
|
||||||
plugins:
|
plugins:
|
||||||
sources:
|
sources:
|
||||||
- id: trunk
|
- id: trunk
|
||||||
ref: v0.0.14
|
ref: v1.2.2
|
||||||
uri: https://github.com/trunk-io/plugins
|
uri: https://github.com/trunk-io/plugins
|
||||||
lint:
|
lint:
|
||||||
|
disabled:
|
||||||
|
- bandit
|
||||||
ignore:
|
ignore:
|
||||||
- linters: [ALL]
|
- linters: [ALL]
|
||||||
paths:
|
paths:
|
||||||
# Ignore generated files
|
# Ignore generated files
|
||||||
- meshtastic/*_pb2.py
|
- meshtastic/*_pb2.py
|
||||||
enabled:
|
enabled:
|
||||||
- actionlint@1.6.23
|
- actionlint@1.6.25
|
||||||
- black@23.3.0
|
- black@23.7.0
|
||||||
|
- checkov@2.4.9
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
- gitleaks@8.16.2
|
- gitleaks@8.18.0
|
||||||
- isort@5.12.0
|
- isort@5.12.0
|
||||||
- markdownlint@0.33.0
|
- markdownlint@0.36.0
|
||||||
- prettier@2.8.7
|
- osv-scanner@1.3.6
|
||||||
- pylint@2.17.1
|
- prettier@3.0.3
|
||||||
- ruff@0.0.260
|
- pylint@2.17.5
|
||||||
|
- ruff@0.0.287
|
||||||
- shellcheck@0.9.0
|
- shellcheck@0.9.0
|
||||||
- shfmt@3.5.0
|
- shfmt@3.6.0
|
||||||
- yamllint@1.30.0
|
- taplo@0.8.1
|
||||||
|
- trivy@0.44.1
|
||||||
|
- trufflehog@3.54.3
|
||||||
|
- yamllint@1.32.0
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
- go@1.19.5
|
- go@1.21.0
|
||||||
- node@18.12.1
|
- node@18.12.1
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
actions:
|
actions:
|
||||||
|
|||||||
Submodule protobufs updated: 468ff2e245...e9feb6424a
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
|
|||||||
# This call to setup() does all the work
|
# This call to setup() does all the work
|
||||||
setup(
|
setup(
|
||||||
name="meshtastic",
|
name="meshtastic",
|
||||||
version="2.2.1",
|
version="2.2.4",
|
||||||
description="Python API & client shell for talking to Meshtastic devices",
|
description="Python API & client shell for talking to Meshtastic devices",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user