Skip to content

Commit 6f4af5a

Browse files
committed
Add back mypy strict test
1 parent a81b87f commit 6f4af5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-python.yml

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
mypy --install-types --non-interactive --disable-error-code var-annotated --disable-error-code attr-defined --disable-error-code union-attr --disable-error-code assignment --disable-error-code no-redef --disable-error-code index --allow-redefinition --allow-untyped-globals --exclude "test/mypy_fails/*.*" test
6969
python -m pip install -U typing_extensions
7070
mypy --install-types --non-interactive test/test_typing.py test/test_typing_strict.py
71+
- name: Run mypy strict
72+
run: |
73+
mypy --strict test/test_typing_strict.py
7174
- name: Run pyright
7275
run: |
7376
python -m pip install -U pip pyright==1.1.290

0 commit comments

Comments
 (0)