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.
1 parent 503e16d commit 936e727Copy full SHA for 936e727
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Lint with flake8
70
run: |
71
# stop the build if there are Python syntax errors or undefined names
72
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 . --count --select=E9,F63,F7,F82 --ignore=F821 --show-source --statistics
73
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
74
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
75
- name: Run tests
0 commit comments