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
11db3851
Unverified
Commit
11db3851
authored
May 03, 2024
by
Nicolas Hug
Committed by
GitHub
May 03, 2024
Browse files
Deactivate mypy for `_functional_pil.py` and `video_reader.py` (#8402)
parent
06ad7376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
mypy.ini
mypy.ini
+8
-0
No files found.
mypy.ini
View file @
11db3851
...
...
@@ -47,6 +47,10 @@ ignore_errors = True
ignore_errors
=
True
[mypy-torchvision.io.video_reader]
ignore_errors
=
True
[mypy-torchvision.models.densenet.*]
ignore_errors
=
True
...
...
@@ -95,6 +99,10 @@ ignore_errors = True
ignore_errors
=
True
[mypy-torchvision.transforms._functional_pil]
ignore_errors
=
True
[mypy-torchvision.transforms.functional.*]
ignore_errors
=
True
...
...
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