[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:
Aaron Gokaslan
2023-11-28 01:27:51 +00:00
committed by PyTorch MergeBot
parent 304ea761f5
commit e25b146b8c

View File

@ -72,6 +72,7 @@ select = [
"C4",
"G",
"E",
"EXE",
"F",
"SIM1",
"W",