diff --git a/mypy.ini b/mypy.ini index 91c314675..e002720d3 100644 --- a/mypy.ini +++ b/mypy.ini @@ -10,16 +10,13 @@ warn_unused_ignores = True disallow_subclassing_any = True # disallow_untyped_calls = True # disallow_untyped_defs = True -# https://github.com/python/mypy/issues/5954 +## https://github.com/python/mypy/issues/5954 # disallow_incomplete_defs = True # check_untyped_defs = True # disallow_untyped_decorators = True # no_implicit_optional = True # warn_return_any = True -# disallow_any_generics = True - - [mypy-faulthandler] # https://github.com/python/typeshed/pull/2627 ignore_missing_imports = True