[mypy] check_untyped_defs = True disallow_untyped_defs = True # stricter TypedDict handling disallow_any_generics = True warn_no_return = True no_implicit_reexport = True