run linter as part of prerelease tests

This commit is contained in:
Kevin Hester
2024-06-22 10:43:50 -07:00
parent 338f00a64a
commit 21e5601b23

View File

@@ -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