Skip to content

Commit

Permalink
Merge pull request pre-commit#618 from pre-commit/all-repos_autofix_m…
Browse files Browse the repository at this point in the history
…ypy-settings

stricter mypy settings
  • Loading branch information
asottile authored Jun 22, 2021
2 parents 0bedbb9 + 8041dff commit b84362d
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 @@ -80,6 +80,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 b84362d

Please sign in to comment.