run linter as part of prerelease tests

This commit is contained in:
Kevin Hester committed 2024-06-25 10:21:11 -07:00
1 parent 338f00a64a
commit 21e5601b23
1 file changed
+4
+4
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