Skip to content

Commit b7dcb26

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 3b91877 commit b7dcb26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,15 @@ extend-safe-fixes = [
241241
"TID252", # absolute imports
242242
]
243243
ignore = [
244+
"C40",
244245
"E402",
245246
"E501",
246247
"E731",
247248
"UP007",
248249
]
249250
extend-select = [
250251
"B", # flake8-bugbear
252+
"C4", # flake8-comprehensions
251253
"F", # Pyflakes
252254
"E", # Pycodestyle
253255
"W",

0 commit comments

Comments
 (0)