Skip to content

Commit b817aa4

Browse files
committed
remove no_implicit_optional
this is the default in mypy 0.990 Committed via https://github.com/asottile/all-repos
1 parent 66b2891 commit b817aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ mypy_path = src
9696
check_untyped_defs = True
9797
disallow_any_generics = True
9898
ignore_missing_imports = True
99-
no_implicit_optional = True
10099
show_error_codes = True
101100
strict_equality = True
102101
warn_redundant_casts = True

0 commit comments

Comments
 (0)