Skip to content

Commit d0a5817

Browse files
committed
PYTHON-2504 Remove mypy strict
1 parent 2be12d3 commit d0a5817

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
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
6767
python -m pip install -U typing_extensions
6868
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
7269
- name: Run pyright
7370
run: |
7471
python -m pip install -U pip pyright==1.1.290

0 commit comments

Comments
 (0)