Skip to content

Commit

Permalink
remove no_implicit_optional
Browse files Browse the repository at this point in the history
this is the default in mypy 0.990

Committed via https://github.com/asottile/all-repos
  • Loading branch information
asottile committed Nov 17, 2022
1 parent d01f0dd commit 159050a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -48,7 +48,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 159050a

Please sign in to comment.