We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be12d3 commit d0a5817Copy full SHA for d0a5817
.github/workflows/test-python.yml
@@ -66,9 +66,6 @@ jobs:
66
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
67
python -m pip install -U typing_extensions
68
mypy --install-types --non-interactive test/test_typing.py test/test_typing_strict.py
69
- - name: Run mypy strict
70
- run: |
71
- mypy --strict test/test_typing_strict.py
72
- name: Run pyright
73
run: |
74
python -m pip install -U pip pyright==1.1.290
0 commit comments