summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorGuilherme Leobas <gleobas@quansight.com>2021-01-04 09:26:00 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-01-04 09:29:51 -0800
commit211f35631f2babd914ca590a0b9e2b2dee64d286 (patch)
tree6858c58060d35b69c80d41be66d14c412378d283 /mypy.ini
parentc7e9abb66abef127f8cebccbe0aa27c6ded9ead6 (diff)
downloadpytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.tar.gz
pytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.tar.bz2
pytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.zip
Add type annotations to _tensorboard_vis.py and hipify_python.py (#49834)
Summary: closes gh-49833 Pull Request resolved: https://github.com/pytorch/pytorch/pull/49834 Reviewed By: mruberry Differential Revision: D25725341 Pulled By: malfet fbshipit-source-id: 7454c7afe07a3ff829826afe02aba05b7f649d9b
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/mypy.ini b/mypy.ini
index 8c900bcced..7d6161bddd 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -104,24 +104,6 @@ ignore_errors = True
[mypy-torch._utils]
ignore_errors = True
-[mypy-torch._overrides]
-ignore_errors = True
-
-[mypy-torch.utils.tensorboard._caffe2_graph]
-ignore_errors = True
-
-[mypy-torch.contrib._tensorboard_vis]
-ignore_errors = True
-
-[mypy-torch.nn.utils.prune]
-ignore_errors = True
-
-[mypy-torch.utils.show_pickle]
-ignore_errors = True
-
-[mypy-torch.utils.hipify.hipify_python]
-ignore_errors = True
-
[mypy-torch.utils.benchmark.examples.*]
ignore_errors = True