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 adfcda0 commit 00683beCopy full SHA for 00683be
.github/workflows/python-package.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Lint with flake8
34
run: |
35
# stop the build if there are Python syntax errors or undefined names
36
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 . --count --select=E9,F63,F7,F822 --show-source --statistics
37
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
- name: Run unit tests
0 commit comments