mirror of
https://github.com/meshtastic/python.git
synced 2025-12-25 17:07:53 -05:00
* add script to run 'act' local github actions tool (lets devs check github actions on their local machine) * Update various github actions to latest (so they can work with the 'act' tool) * change a few places where python version was not properly quoted as a string (act yaml parser is more strict than the github version) * update pylint min-version to work with recent github actions * remove pandas/riden requirement (that's in my other branch for now)
19 lines
174 B
Plaintext
19 lines
174 B
Plaintext
README
|
|
docs/
|
|
build
|
|
dist
|
|
*.egg-info
|
|
log_*
|
|
.eggs
|
|
nanopb-*
|
|
.*swp
|
|
.coverage
|
|
*.py-E
|
|
venv/
|
|
*pyc
|
|
.DS_Store
|
|
__pycache__
|
|
examples/__pycache__
|
|
meshtastic.spec
|
|
.hypothesis/
|
|
coverage.xml |