Skip to content

Commit 4bae2f6

Browse files
committed
stricter mypy settings
Committed via https://github.com/asottile/all-repos
1 parent a69121e commit 4bae2f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ disallow_any_generics = true
4949
disallow_incomplete_defs = true
5050
disallow_untyped_defs = true
5151
no_implicit_optional = true
52+
warn_redundant_casts = true
53+
warn_unused_ignores = true
5254

5355
[mypy-testing.*]
5456
disallow_untyped_defs = false

0 commit comments

Comments
 (0)