We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81b87f commit 6f4af5aCopy full SHA for 6f4af5a
.github/workflows/test-python.yml
@@ -68,6 +68,9 @@ jobs:
68
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
69
python -m pip install -U typing_extensions
70
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
74
- name: Run pyright
75
run: |
76
python -m pip install -U pip pyright==1.1.290
0 commit comments