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:
Sergii Dymchenko
2024-04-27 20:14:00 +00:00
committed by PyTorch MergeBot
parent b4a008209a
commit 9ce58542ba

View File

@@ -54,6 +54,7 @@ per-file-ignores =
torch/ao/quantization/fx/_decomposed.py: TOR901
torch/distributed/_functional_collectives.py: TOR901
torch/distributed/_spmd/data_parallel.py: TOR901
torch/distributed/_tensor/_collective_utils.py: TOR901
optional-ascii-coding = True
exclude =
./.git,