Ignore generated interfaces for pylint

This commit is contained in:
Ian McEwen
2024-03-29 18:56:19 -07:00
parent 59091664db
commit 03ceb9bcab

View File

@@ -34,7 +34,7 @@ jobs:
which meshtastic
meshtastic --version
- name: Run pylint
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.py$"
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
- name: Run tests with pytest
run: pytest --cov=meshtastic
- name: Generate coverage report