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:
Hugo Osvaldo Barrera 2025-08-29 09:56:04 +02:00
parent 01fa614b6b
commit dceb113334

View file

@ -57,7 +57,7 @@ test = [
[project.scripts] [project.scripts]
vdirsyncer = "vdirsyncer.cli:app" vdirsyncer = "vdirsyncer.cli:app"
[tool.lint.ruff] [tool.ruff.lint]
extend-select = [ extend-select = [
"E", "E",
"W", "W",