Update ruff configuration syntax

This commit is contained in:
Hugo Osvaldo Barrera 2025-04-07 18:21:18 +02:00
parent 32453cccfc
commit 9a0dbc8cd0

View file

@ -47,7 +47,7 @@ google = ["aiohttp-oauthlib"]
[project.scripts] [project.scripts]
vdirsyncer = "vdirsyncer.cli:app" vdirsyncer = "vdirsyncer.cli:app"
[tool.ruff] [tool.lint.ruff]
select = [ select = [
"E", "E",
"F", "F",
@ -60,7 +60,7 @@ select = [
"RSE" "RSE"
] ]
[tool.ruff.isort] [tool.ruff.lint.isort]
force-single-line = true force-single-line = true
required-imports = ["from __future__ import annotations"] required-imports = ["from __future__ import annotations"]