mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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]
|
||||
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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue