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 f296c21 commit 9443434Copy full SHA for 9443434
.github/workflows/python-app.yml
@@ -34,5 +34,3 @@ jobs:
34
flake8 . --version
35
# stop the build if there are Python syntax errors or undefined names
36
flake8 . --count --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
0 commit comments