We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4af5a commit 2be12d3Copy full SHA for 2be12d3
.github/workflows/test-python.yml
@@ -63,8 +63,6 @@ jobs:
63
- name: Run mypy
64
run: |
65
mypy --install-types --non-interactive bson gridfs tools pymongo
66
- # Test overshadowed codec_options.py file
67
- mypy --install-types --non-interactive bson/codec_options.py
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
0 commit comments