8000 misc/github: Update linter rules. · arduino/arduino-lib-mpy@3ccffe5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ccffe5

Browse files
committed
misc/github: Update linter rules.
1 parent 0986653 commit 3ccffe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
3535
- name: '😾 Lint with flake8'
3636
run: |
37-
flake8 --count --ignore=C901 --select=E9,F63,F7,F82 --exclude=manifest.py --show-source --statistics lib/
38-
flake8 --count --ignore=C901 --max-complexity=15 --max-line-length=120 --exclude=manifest.py --statistics lib/
37+
flake8 --count --ignore=C901,E221,E203 --select=E9,F63,F7,F82 --exclude=manifest.py --show-source --statistics lib/
38+
flake8 --count --ignore=C901,E221,E203 --max-complexity=15 --max-line-length=120 --exclude=manifest.py --statistics lib/

0 commit comments

Comments
 (0)
0