Skip to content

Commit bb86b0a

Browse files
committed
[tooling] ruff: enable pyupgrade
1 parent b98dfdc commit bb86b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ dependencies = [
5353
[tool.ruff]
5454
target-version = "py313"
5555

56-
# Default + isort
56+
# Default + isort + pyupgrade
5757
lint.select = [
58-
"E4", "E7", "E9", "F", "I",
58+
"E4", "E7", "E9", "F", "I", "UP"
5959
]
6060
extend-exclude = ["interfaces/*"]
6161
line-length = 88

0 commit comments

Comments
 (0)