We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09cf9ca + 5669de0 commit 2abf4e4Copy full SHA for 2abf4e4
.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,F403,F405,W504 --max-complexity=15 --max-line-length=120 --statistics
+ flake8 . --count --ignore=E231,C901,F403,F405,W504 --max-complexity=15 --max-line-length=120 --statistics
0 commit comments