Skip to content

Commit 22d8966

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 5be0c96 commit 22d8966

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
"F", # Pyflakes
3435
"F404", # late-future-import
3536
"FA", # flake8-future-annotations

0 commit comments

Comments
 (0)