Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1dca1f3

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ disallow_any_generics = true
6363
disallow_incomplete_defs = true
6464
disallow_untyped_defs = true
6565
no_implicit_optional = true
66+
warn_redundant_casts = true
67+
warn_unused_ignores = true
6668

6769
[mypy-testing.*]
6870
disallow_untyped_defs = false

0 commit comments

Comments
 (0)