[BE][Easy] bump isort to 6.0.1 (#155919)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/155919
Approved by: https://github.com/Skylion007
ghstack dependencies: #155909, #155914
This commit is contained in:
Xuehai Pan
2025-06-14 15:05:30 +08:00
committed by PyTorch MergeBot
parent 5467765990
commit 1a568f4e5d

View File

@ -1415,7 +1415,7 @@ init_command = [
'--no-black-binary',
'black==23.12.1',
'usort==1.0.8.post1',
'isort==5.13.2',
'isort==6.0.1',
'ruff==0.11.13', # sync with RUFF
]
is_formatter = true