mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Ignore torch/distributed/_tensor/_collective_utils.py for TOR901 (#125082)
Fixes https://github.com/pytorch/pytorch/issues/125050 Pull Request resolved: https://github.com/pytorch/pytorch/pull/125082 Approved by: https://github.com/malfet, https://github.com/Skylion007
This commit is contained in:
parent
b4a008209a
commit
9ce58542ba
1 changed files with 1 additions and 0 deletions
1
.flake8
1
.flake8
|
|
@ -54,6 +54,7 @@ per-file-ignores =
|
||||||
torch/ao/quantization/fx/_decomposed.py: TOR901
|
torch/ao/quantization/fx/_decomposed.py: TOR901
|
||||||
torch/distributed/_functional_collectives.py: TOR901
|
torch/distributed/_functional_collectives.py: TOR901
|
||||||
torch/distributed/_spmd/data_parallel.py: TOR901
|
torch/distributed/_spmd/data_parallel.py: TOR901
|
||||||
|
torch/distributed/_tensor/_collective_utils.py: TOR901
|
||||||
optional-ascii-coding = True
|
optional-ascii-coding = True
|
||||||
exclude =
|
exclude =
|
||||||
./.git,
|
./.git,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue