remove no_implicit_optional

this is the default in mypy 0.990

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2022-11-16 19:19:56 -05:00
parent 5d205e6459
commit 360df52788
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,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