[core] Enable ruff EXE (flake8-executable) lint family (#16648)

This commit is contained in:
J. Nick Koston
2026-05-25 20:05:51 -05:00
committed by GitHub
parent 8645f3672d
commit 97267105e1
2 changed files with 1 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ exclude = ['generated']
[tool.ruff.lint]
select = [
"E", # pycodestyle
"EXE", # flake8-executable
"F", # pyflakes/autoflake
"FA", # flake8-future-annotations
"FLY", # flynt: convert string formatting to f-strings

0
script/ci_helpers.py Executable file → Normal file
View File