Skip to content

Commit

Permalink
Merge pull request #2601 from pre-commit/all-repos_autofix_no-implici…
Browse files Browse the repository at this point in the history
…t-optional

remove no_implicit_optional
  • Loading branch information
asottile committed Nov 22, 2022
2 parents 5698781 + 318296d commit 46f7117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true

Expand Down

0 comments on commit 46f7117

Please sign in to comment.