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 d78294e commit 6253424Copy full SHA for 6253424
.github/workflows/python-app.yml
@@ -34,6 +34,3 @@ jobs:
34
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- - name: Test with pytest
38
- run: |
39
- pytest
0 commit comments