Merge "ruff: Use more specific name to enable pyupgrade rule"
This commit is contained in:
@@ -105,7 +105,7 @@ quote-style = "preserve"
|
|||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["E4", "E7", "E9", "F", "S", "U"]
|
select = ["E4", "E7", "E9", "F", "S", "UP"]
|
||||||
ignore = [
|
ignore = [
|
||||||
# we only use asserts for type narrowing
|
# we only use asserts for type narrowing
|
||||||
"S101",
|
"S101",
|
||||||
|
|||||||
Reference in New Issue
Block a user