Skip to content

Commit 34f4b83

Browse files
authored
Merge pull request #1 from meshwa19/master
disable implicit optional for mypy (awslabs#97)
2 parents 214bec8 + a78d1b9 commit 34f4b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
warn_unused_ignores = False
1414
warn_return_any = True
1515
strict_equality = True
16-
ignore_missing_imports = True
16+
ignore_missing_imports = True
17+
no_implicit_optional = False

0 commit comments

Comments
 (0)