mypy: enable strict_optional

This commit is contained in:
Christoph Reiter 2018-03-06 15:42:24 +01:00
parent 8694cd82bb
commit cd1a6a6d93
1 changed files with 1 additions and 0 deletions

View File

@ -25,3 +25,4 @@ warn_return_any = True
no_implicit_optional = True
disallow_any_decorated = True
disallow_any_explicit = False
strict_optional = True