Skip to content

Commit 847e6b0

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 40c85ef commit 847e6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ruff.toml

+1
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)