Skip to content

Commit 1b6d7db

Browse files
committed
Enable ruff C4 rules (comprehensions)
1 parent 63210f5 commit 1b6d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extend-exclude = ["_version.py"]
3737
docstring-code-format = true
3838

3939
[tool.ruff.lint]
40-
select = ["D", "E", "F", "I", "UP", "W", "RUF"]
40+
select = ["C4", "D", "E", "F", "I", "UP", "W", "RUF"]
4141
ignore = [
4242
"E501",
4343
"F841", # Local variable name is assigned to but never used

0 commit comments

Comments
 (0)