Skip to content

Commit 2babadd

Browse files
committed
Add --non-interactive flag for mypy
1 parent 0dc4788 commit 2babadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Format with black
4242
run: black --line-length=127 --check --diff .
4343
- name: Type check with mypy
44-
run: mypy --install-types --ignore-missing-imports --strict pittapi/
44+
run: mypy --ignore-missing-imports --strict --install-types --non-interactive pittapi/
4545
- name: Run all tests with pytest
4646
run: pytest --cov=pittapi tests/

0 commit comments

Comments
 (0)