stricter mypy settings

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2021-06-21 19:15:42 -07:00
parent 0bedbb96b9
commit 8041dff63f
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,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