Explicitly allow implicit optionals

Keeps things working when you upgrade mypy versions.
The other way of solving this problem is in #208
This commit is contained in:
hauntsaninja
2022-09-27 13:52:48 -07:00
parent 8ee84d005e
commit 7af5259159

View File

@@ -23,3 +23,4 @@ warn_unused_configs = True
warn_unreachable = True
strict_equality = True
no_implicit_optional = False