Skip to content

Commit 64abc02

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 95144f0 commit 64abc02

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
@@ -30,6 +30,7 @@ extend-select = [
3030

3131
# local
3232
"ANN2", # missing-return-type-*
33+
"C4", # flake8-comprehensions
3334
"PERF", # Perflint
3435
"PGH", # pygrep-hooks (blanket-* rules)
3536
"PT", # flake8-pytest-style

0 commit comments

Comments
 (0)