mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Ignore generated interfaces for pylint
This commit is contained in:
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user