41 lines
776 B
INI
41 lines
776 B
INI
[mypy]
|
|
python_version = 3.7
|
|
check_untyped_defs = true
|
|
disallow_subclassing_any = true
|
|
disallow_incomplete_defs = true
|
|
no_implicit_optional = true
|
|
pretty = true
|
|
show_error_context = true
|
|
show_error_codes = true
|
|
strict_equality = true
|
|
warn_unused_configs = true
|
|
warn_unused_ignores = true
|
|
warn_redundant_casts = true
|
|
|
|
[mypy-gevent.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-kerberos.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-mockupdb]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pymongo_auth_aws.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pymongocrypt.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-service_identity.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-snappy.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-test.test_typing]
|
|
warn_unused_ignores = True
|
|
|
|
[mypy-winkerberos.*]
|
|
ignore_missing_imports = True
|