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]
|
||||
extend-select = [
|
||||
"E",
|
||||
"W",
|
||||
"B0",
|
||||
"I",
|
||||
"UP",
|
||||
"C4",
|
||||
"E",
|
||||
"I",
|
||||
"RSE",
|
||||
"TID",
|
||||
"RSE"
|
||||
"UP",
|
||||
"W",
|
||||
]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
|
|
|
|||
Loading…
Reference in a new issue