Skip to content

Commit 5794282

Browse files
committed
This?
1 parent 51ba42c commit 5794282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4747
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4848
black --check .
49-
mypy . --exclude ./build/
49+
mypy . --exclude ./build/*
5050
- name: Test with pytest
5151
run: |
5252
pytest --cov --cov-report=xml

0 commit comments

Comments
 (0)