ruff: sort rules

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-29 09:57:08 +02:00
parent dceb113334
commit 6da84c7881

View file

@ -59,14 +59,14 @@ vdirsyncer = "vdirsyncer.cli:app"
[tool.ruff.lint] [tool.ruff.lint]
extend-select = [ extend-select = [
"E",
"W",
"B0", "B0",
"I",
"UP",
"C4", "C4",
"E",
"I",
"RSE",
"TID", "TID",
"RSE" "UP",
"W",
] ]
[tool.ruff.lint.isort] [tool.ruff.lint.isort]