Files
pydantic/tests/mypy/configs/mypy-plugin.ini
T
2020-01-02 11:44:48 +00:00

14 lines
295 B
INI

[mypy]
plugins = pydantic.mypy
follow_imports = silent
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
disallow_any_generics = True
check_untyped_defs = True
no_implicit_reexport = True
# for strict mypy: (this is the tricky one :-))
disallow_untyped_defs = True