Unverified Commit 1222b495 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

disable mypy for prototype datasets (#7194)

parent 732af96b
......@@ -37,17 +37,7 @@ allow_redefinition = True
[mypy-torchvision.prototype.datasets.*]
; 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.io.image.*]
......
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