summaryrefslogtreecommitdiff
path: root/mypy-strict.ini
diff options
context:
space:
mode:
authorRong Rong (AI Infra) <rongr@fb.com>2021-06-24 10:12:37 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-06-24 10:13:58 -0700
commit7e619b95880cdec72d1353c9c99dedbc2575ad36 (patch)
tree4df089de84541d3641a17853d46d657c00eead4d /mypy-strict.ini
parent40d2fe1053a343ecb2beb8c2559d472590edfd25 (diff)
downloadpytorch-7e619b95880cdec72d1353c9c99dedbc2575ad36.tar.gz
pytorch-7e619b95880cdec72d1353c9c99dedbc2575ad36.tar.bz2
pytorch-7e619b95880cdec72d1353c9c99dedbc2575ad36.zip
First step to rearrange files in tools folder (#60473)
Summary: Changes including: - introduced `linter/`, `testing/`, `stats/` folders in `tools/` - move appropriate scripts into these folders - change grepped references in the pytorch/pytorch repo Next step - introduce `build/` folder for build scripts Pull Request resolved: https://github.com/pytorch/pytorch/pull/60473 Test Plan: - CI (this is important b/c pytorch/test-infra also rely on some script reference. - tools/tests/ Reviewed By: albanD Differential Revision: D29352716 Pulled By: walterddr fbshipit-source-id: bad40b5ce130b35dfd9e59b8af34f9025f3285fd
Diffstat (limited to 'mypy-strict.ini')
-rw-r--r--mypy-strict.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy-strict.ini b/mypy-strict.ini
index 4c988883fd..857ef2b048 100644
--- a/mypy-strict.ini
+++ b/mypy-strict.ini
@@ -40,7 +40,6 @@ files =
.github,
benchmarks/instruction_counts,
tools,
- torch/testing/_internal/framework_utils.py,
torch/utils/_pytree.py,
torch/utils/benchmark/utils/common.py,
torch/utils/benchmark/utils/timer.py,