Skip to content

Commit 03ceb9b

Browse files
committed
Ignore generated interfaces for pylint
1 parent 5909166 commit 03ceb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
which meshtastic
3535
meshtastic --version
3636
- name: Run pylint
37-
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.py$"
37+
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
3838
- name: Run tests with pytest
3939
run: pytest --cov=meshtastic
4040
- name: Generate coverage report

0 commit comments

Comments
 (0)