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 21e9e48 commit 0584787Copy full SHA for 0584787
1 file changed
.github/workflows/python-app.yml
@@ -46,7 +46,7 @@ jobs:
46
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
47
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
48
black --check .
49
- mypy . --exclude ./build/*
+ mypy .
50
- name: Test with pytest
51
run: |
52
pytest --cov --cov-report=xml
0 commit comments