We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8fcd5 commit 15d1029Copy full SHA for 15d1029
.github/workflows/python-app.yml
@@ -36,6 +36,3 @@ jobs:
36
flake8 . --count --select=E9,F63,F7,F82 --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: Test with pytest
40
- run: |
41
- pytest
0 commit comments