Merge "ruff: Use more specific name to enable pyupgrade rule"

This commit is contained in:
Zuul
2025-11-11 20:25:46 +00:00
committed by Gerrit Code Review

View File

@@ -45,7 +45,7 @@ quote-style = "preserve"
docstring-code-format = true
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "S", "U"]
select = ["E4", "E7", "E9", "F", "S", "UP"]
[tool.ruff.lint.per-file-ignores]
"oslo_context/tests/*" = ["S"]