[BE][PYFMT] remove black: finish black -> ruff format migration (#144557)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144557
Approved by: https://github.com/ezyang
This commit is contained in:
Xuehai Pan
2025-08-08 01:14:36 +08:00
committed by PyTorch MergeBot
parent 3a56237440
commit 178515d0ff
5 changed files with 1 additions and 297 deletions

View File

@ -69,9 +69,6 @@ pyyaml = ["pyyaml"]
# Linter tools #################################################################
[tool.black]
line-length = 88
[tool.isort]
src_paths = ["caffe2", "torch", "torchgen", "functorch", "test"]
extra_standard_library = ["typing_extensions"]