Skip to content

Commit e93cfe6

Browse files
committed
mypy: Add --no-implicit-optional
1 parent e61206b commit e93cfe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ warn_redundant_casts = True
55
warn_return_any = True
66
warn_unused_ignores = True
77
warn_unused_configs = True
8+
no_implicit_optional = True
89
strict_optional = True

0 commit comments

Comments
 (0)