Skip to content

Commit a2217d6

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 6cbdf46 commit a2217d6

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
@@ -53,7 +53,6 @@ check_untyped_defs = true
5353
disallow_any_generics = true
5454
disallow_incomplete_defs = true
5555
disallow_untyped_defs = true
56-
no_implicit_optional = true
5756
warn_redundant_casts = true
5857
warn_unused_ignores = true
5958

0 commit comments

Comments
 (0)