mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
19ce1beb05
commit
775788f93b
@ -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]*/**
|
||||
|
Reference in New Issue
Block a user