mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE][Easy]: Enable flake8-exe rules in ruff too. (#114521)
Enable flake8-exe rules in ruff too. RUFF requires EXE rules to enabled separately from the E prefix. This fixes a parity bug between flake8 and ruff. Pull Request resolved: https://github.com/pytorch/pytorch/pull/114521 Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
304ea761f5
commit
e25b146b8c
@ -72,6 +72,7 @@ select = [
|
||||
"C4",
|
||||
"G",
|
||||
"E",
|
||||
"EXE",
|
||||
"F",
|
||||
"SIM1",
|
||||
"W",
|
||||
|
Reference in New Issue
Block a user