mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #1949 from pre-commit/all-repos_autofix_mypy-settings
stricter mypy settings
This commit is contained in:
commit
2d4de2ef35
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue