8000 misc: Update linter workflow. · arduino/arduino-lib-mpy@9ef4d2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ef4d2c

Browse files
committed
misc: Update linter workflow.
1 parent 2773331 commit 9ef4d2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ jobs:
3434
3535
- name: '😾 Lint with flake8'
3636
run: |
37-
# stop the build if there are Python syntax errors or undefined names
38-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
39-
flake8 . --count --max-complexity=15 --max-line-length=120 --statistics
37+
flake8 --count --select=E9,F63,F7,F82 --exclude=manifest.py --show-source --statistics lib/
38+
flake8 --count --max-complexity=15 --max-line-length=120 --exclude=manifest.py --statistics lib/

0 commit comments

Comments
 (0)
0