[BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144552
Approved by: https://github.com/ezyang
This commit is contained in:
Xuehai Pan
2025-08-06 20:57:29 +00:00
committed by PyTorch MergeBot
parent fd606a3a91
commit 5cedc5a0ff
65 changed files with 446 additions and 522 deletions

View File

@ -52,7 +52,6 @@ USE_BLACK_FILELIST = re.compile(
# torch/[e-m]*/**
# torch/optim/**
# torch/[p-z]*/**
"torch/[p-z]*/**",
],
),
)