Skip to content

Commit 4da0a2f

Browse files
committed
Activate 'no_implicit_optional' mypy check
1 parent a9d9b69 commit 4da0a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ log_cli = true
6767
# Goal would be to make all of the below True long-term
6868
disallow_untyped_defs = false
6969
disallow_any_unimported = false
70-
no_implicit_optional = false
70+
no_implicit_optional = true
7171
check_untyped_defs = false
7272
warn_return_any = true
7373
warn_unused_ignores = true

0 commit comments

Comments
 (0)