We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1a217 commit 4f06f5dCopy full SHA for 4f06f5d
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: mypy
54
run: |
55
- python -m mypy --install-types --non-interactive
+ python -m mypy
56
57
- name: Run tests
58
run: pytest -v tests --cov --cov-report=xml --cov-config=pyproject.toml
0 commit comments