We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfea27 commit 3670b35Copy full SHA for 3670b35
1 file changed
.github/workflows/test-ci.yml
@@ -92,5 +92,5 @@ jobs:
92
- name: Install self (dpytest)
93
run: python -m pip install .
94
- name: Run mypy
95
- run: mypy
+ run: mypy --install-types --non-interactive
96
0 commit comments