diff --git a/mypy.ini b/mypy.ini index d6f3cb16963..d8ab11d0d21 100644 --- a/mypy.ini +++ b/mypy.ini @@ -45,6 +45,10 @@ ignore_errors = True ignore_errors=True +[mypy-torchvision.models.maxvit.*] + +ignore_errors=True + [mypy-torchvision.models.detection.anchor_utils] ignore_errors = True