Skip to content

Commit 527d31e

Browse files
DimitriPapadopoulosastanin
authored andcommitted
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 26269e6 commit 527d31e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ line-length = 99
5454
exclude = ["tabulate/_version.py"]
5555

5656
[tool.ruff.lint]
57-
extend-select = ["W", "ISC", "I", "C90"]
57+
extend-select = ["W", "C4", "ISC", "I", "C90"]
5858
ignore = ["E721", "C901"]
5959

6060
[tool.ruff.lint.mccabe]

0 commit comments

Comments
 (0)