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

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

View File

@@ -105,7 +105,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"]
ignore = [
# we only use asserts for type narrowing
"S101",