Skip to content

Commit b0e41b1

Browse files
Enforce ruff/flake8-comprehensions rules (C4)
1 parent 1f02978 commit b0e41b1

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
@@ -53,7 +53,7 @@ line-length = 99
5353
exclude = ["tabulate/_version.py"]
5454

5555
[tool.ruff.lint]
56-
extend-select = ["W", "ISC", "I", "C90"]
56+
extend-select = ["W", C4", "ISC", "I", "C90"]
5757
ignore = ["E721", "C901"]
5858

5959
[tool.ruff.lint.mccabe]

0 commit comments

Comments
 (0)