[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format (#144556)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144556
Approved by: https://github.com/ezyang
This commit is contained in:
Xuehai Pan
2025-07-24 17:56:13 +08:00
committed by PyTorch MergeBot
parent 19ce1beb05
commit 775788f93b
38 changed files with 234 additions and 321 deletions

View File

@ -39,12 +39,9 @@ USE_BLACK_FILELIST = re.compile(
# test/**
# test/[a-h]*/**
# test/[i-j]*/**
"test/j*/**",
# test/[k-m]*/**
"test/[k-m]*/**",
# test/optim/**
# "test/[p-z]*/**",
"test/[p-z]*/**",
# test/[p-z]*/**,
# torch/**
# torch/_[a-c]*/**
# torch/_[e-h]*/**