We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aead21 + 945d960 commit 6a937a1Copy full SHA for 6a937a1
1 file changed
.github/workflows/linter.yml
@@ -38,4 +38,4 @@ jobs:
38
- name: '😾 Lint with flake8'
39
run: |
40
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
41
- flake8 . --count --ignore=C901 --max-complexity=15 --max-line-length=120 --statistics
+ flake8 . --count --ignore=C901,F403,F405,W504 --max-complexity=15 --max-line-length=120 --statistics
0 commit comments