Unverified Commit 81343069 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Ignore mypy for `prototype.transforms.*` (#8403)

parent 11db3851
...@@ -23,17 +23,7 @@ allow_redefinition = True ...@@ -23,17 +23,7 @@ allow_redefinition = True
[mypy-torchvision.prototype.transforms.*] [mypy-torchvision.prototype.transforms.*]
; untyped definitions and calls ignore_errors = True
disallow_untyped_defs = True
; None and Optional handling
no_implicit_optional = True
; warnings
warn_unused_ignores = True
; miscellaneous strictness flags
allow_redefinition = True
[mypy-torchvision.prototype.datasets.*] [mypy-torchvision.prototype.datasets.*]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment