Extend mypy config

This commit is contained in:
Joscha 2021-04-29 11:25:13 +02:00
parent a18db57e6f
commit 8da1ac6cee
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
[mypy]
disallow_any_generics = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
warn_unused_ignores = True
warn_unreachable = True
show_error_context = True
[mypy-rich.*,bs4,keyring]
ignore_missing_imports = True