2 parents ba5e6eb + 1dca1f3 commit 2d4de2eCopy full SHA for 2d4de2e
1 file changed
setup.cfg
@@ -63,6 +63,8 @@ disallow_any_generics = true
63
disallow_incomplete_defs = true
64
disallow_untyped_defs = true
65
no_implicit_optional = true
66
+warn_redundant_casts = true
67
+warn_unused_ignores = true
68
69
[mypy-testing.*]
70
disallow_untyped_defs = false
0 commit comments