Skip to content

Commit 2070736

Browse files
DimitriPapadopoulosastanin
authored andcommitted
Enforce ruff/pyupgrade rules (UP)
1 parent 5f87774 commit 2070736

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

5858
[tool.ruff.lint]
59-
extend-select = ["W", "C4", "ISC", "I", "C90"]
59+
extend-select = ["W", "C4", "ISC", "I", "C90", "UP"]
6060
ignore = ["E721", "C901"]
6161

6262
[tool.ruff.lint.mccabe]

0 commit comments

Comments
 (0)