Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
1222b495
Unverified
Commit
1222b495
authored
Feb 08, 2023
by
Philip Meier
Committed by
GitHub
Feb 08, 2023
Browse files
disable mypy for prototype datasets (#7194)
parent
732af96b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
mypy.ini
mypy.ini
+1
-11
No files found.
mypy.ini
View file @
1222b495
...
@@ -37,17 +37,7 @@ allow_redefinition = True
...
@@ -37,17 +37,7 @@ allow_redefinition = True
[mypy-torchvision.prototype.datasets.*]
[mypy-torchvision.prototype.datasets.*]
; 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.io.image.*]
[mypy-torchvision.io.image.*]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment