Skip to content

Commit 85a6961

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 5dc6ac7 commit 85a6961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ extend-exclude = [
208208
[tool.ruff.lint]
209209
extend-select = [
210210
"B", # flake8-bugbear
211+
"C4", # flake8-comprehensions
211212
"I", # isort
212213
"ISC", # flake8-implicit-str-concat
213214
"PGH", # pygrep-hooks

0 commit comments

Comments
 (0)