Mypy: Allow implicit optional

Personally, I really prefer the brevity of this approach compared to the
more explicit version.
This commit is contained in:
karlch 2023-01-03 18:16:51 +01:00
parent 460051b805
commit 19acd49985
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ warn_redundant_casts = True
warn_unused_ignores = True
show_error_codes = True
pretty = True
implicit_optional = True
[mypy-piexif]
ignore_missing_imports = True