We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bedbb9 + 8041dff commit b84362dCopy full SHA for b84362d
1 file changed
setup.cfg
@@ -80,6 +80,8 @@ disallow_any_generics = true
80
disallow_incomplete_defs = true
81
disallow_untyped_defs = true
82
no_implicit_optional = true
83
+warn_redundant_casts = true
84
+warn_unused_ignores = true
85
86
[mypy-testing.*]
87
disallow_untyped_defs = false
0 commit comments