diff --git a/mypy.ini b/mypy.ini index 60306de..14509d6 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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