We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9e33d commit 6803b93Copy full SHA for 6803b93
.github/workflows/python-package.yml
@@ -35,6 +35,3 @@ jobs:
35
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- - name: Test with pytest
39
- run: |
40
- pytest
0 commit comments