We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796be62 commit 8152fa7Copy full SHA for 8152fa7
1 file changed
.github/workflows/python-app.yml
@@ -47,4 +47,5 @@ jobs:
47
pip install --upgrade setuptools setuptools_scm wheel build tox mypy
48
- name: Check types
49
run: |
50
+ mypy --install-types
51
mypy .
0 commit comments