We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8725d commit 3d177b9Copy full SHA for 3d177b9
.github/workflows/typing.yml
@@ -43,6 +43,4 @@ jobs:
43
run: python setup.py build_ext --inplace
44
45
- name: Check typing
46
- run: |
47
- mypy .
48
- mypy --strict programs src
+ run: mypy --strict programs src tests
0 commit comments