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 51ba42c commit 5794282Copy full SHA for 5794282
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 . --exclude ./build/*
50
- name: Test with pytest
51
run: |
52
pytest --cov --cov-report=xml
0 commit comments