Skip to content

Commit de8fe30

Browse files
committed
feat: Don't treat None default args as implicitly optional
1 parent 84a348a commit de8fe30

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
@@ -2,4 +2,5 @@
22
disallow_any_generics = True
33
disallow_untyped_defs = True
44
ignore_missing_imports = True
5+
no_implicit_optional = True
56
show_error_codes = True

0 commit comments

Comments
 (0)