Skip to content

Commit

Permalink
stricter mypy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 22, 2021
1 parent ba5e6eb commit 1dca1f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true

[mypy-testing.*]
disallow_untyped_defs = false
Expand Down

0 comments on commit 1dca1f3

Please sign in to comment.