Skip to content

Commit

Permalink
Merge pull request #1949 from pre-commit/all-repos_autofix_mypy-settings
Browse files Browse the repository at this point in the history
stricter mypy settings
  • Loading branch information
asottile committed Jun 22, 2021
2 parents ba5e6eb + 1dca1f3 commit 2d4de2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
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 2d4de2e

Please sign in to comment.