We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b077a0 commit 4c359e1Copy full SHA for 4c359e1
.github/workflows/python-linter.yml
@@ -35,4 +35,4 @@ jobs:
35
run: |
36
# stop the build if there are Python syntax errors or undefined names
37
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
38
- flake8 . --count --max-complexity=15 --max-line-length=120 --statistics
+ flake8 . --count --ignore=C901 --max-complexity=15 --max-line-length=120 --statistics
0 commit comments