Skip to content

Commit 619ff6f

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent f7c5cdb commit 619ff6f

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
"ISC", # flake8-implicit-str-concat
3031
"FURB", # refurb
3132
"PERF", # Perflint

0 commit comments

Comments
 (0)