Skip to content

Commit a78d1b9

Browse files
author
Mark Kuhn
authored
disable implicit optional for mypy (#97)
1 parent ab030ba commit a78d1b9

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)