8000 Merge pull request #5 from arduino/update_workflow · arduino/arduino-lib-mpy@ef550aa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef550aa

Browse files
authored
Merge pull request #5 from arduino/update_workflow
misc: Update workflows.
2 parents fb0920b + 5ca87f0 commit ef550aa

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 --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/
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/

0 commit comments

Comments
 (0)
0