Skip to content

Commit 4152840

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent da9cbb3 commit 4152840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extend-select = [
2626

2727
# local
2828
"ANN2", # missing-return-type-*
29+
"C4", # flake8-comprehensions
2930
"PERF", # Perflint
3031
"PGH", # pygrep-hooks (blanket-* rules)
3132
"PT", # flake8-pytest-style

0 commit comments

Comments
 (0)