Merge pull request #209 from hauntsaninja/implicit-optional

Explicitly allow implicit optionals
This commit is contained in:
Dave Halter
2022-09-28 17:49:01 +00:00
committed by GitHub

View File

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