mongo-python-driver/mypy_test.ini

10 lines
299 B
INI

[mypy]
python_version = 3.7
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$
)