mirror of
https://github.com/meshtastic/python.git
synced 2026-01-10 08:47:56 -05:00
run linter as part of prerelease tests
This commit is contained in:
@@ -2,6 +2,10 @@ set -e
|
||||
|
||||
# You may consider running: "pytest -m smoke1" instead of this test.
|
||||
|
||||
echo "Linting"
|
||||
|
||||
poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
|
||||
|
||||
echo "Running (crude) prerelease tests to verify sanity"
|
||||
|
||||
# Use the python environment created by poetry
|
||||
|
||||
Reference in New Issue
Block a user