diff --git a/mypy.ini b/mypy.ini index 408c1c86675..d6f3cb16963 100644 --- a/mypy.ini +++ b/mypy.ini @@ -23,17 +23,7 @@ allow_redefinition = True [mypy-torchvision.prototype.transforms.*] -; untyped definitions and calls -disallow_untyped_defs = True - -; None and Optional handling -no_implicit_optional = True - -; warnings -warn_unused_ignores = True - -; miscellaneous strictness flags -allow_redefinition = True +ignore_errors = True [mypy-torchvision.prototype.datasets.*]