mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
ruff: fix mix-up in configuration
Ruff hasn't been finding errors in a while. Most of them are linting checks anyway, but there was quite a bit of deprecated usages.
This commit is contained in:
parent
01fa614b6b
commit
dceb113334
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ test = [
|
|||
[project.scripts]
|
||||
vdirsyncer = "vdirsyncer.cli:app"
|
||||
|
||||
[tool.lint.ruff]
|
||||
[tool.ruff.lint]
|
||||
extend-select = [
|
||||
"E",
|
||||
"W",
|
||||
|
|
|
|||
Loading…
Reference in a new issue