mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Update ruff configuration syntax
This commit is contained in:
parent
32453cccfc
commit
9a0dbc8cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue