Skip to content

Commit 9a0dbc8

Browse files
committed
Update ruff configuration syntax
1 parent 32453cc commit 9a0dbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ google = ["aiohttp-oauthlib"]
4747
[project.scripts]
4848
vdirsyncer = "vdirsyncer.cli:app"
4949

50-
[tool.ruff]
50+
[tool.lint.ruff]
5151
select = [
5252
"E",
5353
"F",
@@ -60,7 +60,7 @@ select = [
6060
"RSE"
6161
]
6262

63-
[tool.ruff.isort]
63+
[tool.ruff.lint.isort]
6464
force-single-line = true
6565
required-imports = ["from __future__ import annotations"]
6666

0 commit comments

Comments
 (0)