mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
ruff: sort rules
This commit is contained in:
parent
dceb113334
commit
6da84c7881
1 changed files with 5 additions and 5 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue