Thanks to visit codestin.com Credit goes to github.com
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 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