[core] Enable ruff C4 (flake8-comprehensions) lint family (#16653)

This commit is contained in:
J. Nick Koston
2026-05-25 20:14:26 -05:00
committed by GitHub
parent bbc24ab546
commit b39b34bfe1
11 changed files with 22 additions and 27 deletions

View File

@@ -111,6 +111,7 @@ exclude = ['generated']
[tool.ruff.lint]
select = [
"C4", # flake8-comprehensions
"E", # pycodestyle
"EXE", # flake8-executable
"F", # pyflakes/autoflake