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]
vdirsyncer = "vdirsyncer.cli:app"
[tool.ruff]
[tool.lint.ruff]
select = [
"E",
"F",
@ -60,7 +60,7 @@ select = [
"RSE"
]
[tool.ruff.isort]
[tool.ruff.lint.isort]
force-single-line = true
required-imports = ["from __future__ import annotations"]