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:20:16 -05:00
parent 66b28912ac
commit b817aa457c
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ mypy_path = src
check_untyped_defs = True
disallow_any_generics = True
ignore_missing_imports = True
no_implicit_optional = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True