We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a785d6b commit c370572Copy full SHA for c370572
.github/workflows/python-app.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Lint with flake8
29
run: |
30
# stop the build if there are Python syntax errors or undefined names
31
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 . --count --show-source --statistics
32
# exit-zero treats all errors as warnings.
33
flake8 . --count --exit-zero --max-complexity=10 --statistics
34
- name: Test with pytest
0 commit comments