mongo-python-driver/mypy_test.ini
2024-03-12 11:52:27 -05:00

9 lines
278 B
INI

[mypy]
strict = true
show_error_codes = true
disable_error_code = attr-defined, union-attr, var-annotated, assignment, no-redef, type-arg, import, no-untyped-call, no-untyped-def, index, no-any-return, misc
exclude = (?x)(
^test/mypy_fails/*.*$
| ^test/conftest.py$
)