Files
pydantic/tests/mypy/mypy-default.ini
T
dmontagu f6edb1ef01 Update mypy to 0.730 (#839)
* Update mypy

* Fix import sorting
2019-09-30 12:14:05 +01:00

12 lines
271 B
INI

[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