Skip to content

Commit 7505186

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "ruff: Use more specific name to enable pyupgrade rule"
2 parents 1b6df0b + 188737c commit 7505186

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
@@ -749,7 +749,7 @@ quote-style = "preserve"
749749
docstring-code-format = true
750750

751751
[tool.ruff.lint]
752-
select = ["E4", "E7", "E9", "F", "S", "U"]
752+
select = ["E4", "E7", "E9", "F", "S", "UP"]
753753

754754
[tool.ruff.lint.per-file-ignores]
755755
"openstackclient/tests/*" = ["S"]

0 commit comments

Comments
 (0)