stricter mypy settings

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile
2021-06-21 19:11:43 -07:00
parent 66c178b0b7
commit 1916b49a06

View File

@@ -53,6 +53,8 @@ disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true
[mypy-testing.*]
disallow_untyped_defs = false