Skip to content

Commit

Permalink
Explicitly allow implicit optionals
Browse files Browse the repository at this point in the history
Keeps things working when you upgrade mypy versions.
The other way of solving this problem is in davidhalter#208
  • Loading branch information
hauntsaninja committed Sep 27, 2022
1 parent 8ee84d0 commit 7af5259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ warn_unused_configs = True
warn_unreachable = True

strict_equality = True
no_implicit_optional = False

0 comments on commit 7af5259

Please sign in to comment.