mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
`isort` is failing in pre-commit.ci right now, so this might be good timing. See: https://whynothugo.nl/journal/2023/01/20/notes-on-ruff/
15 lines
172 B
TOML
15 lines
172 B
TOML
[tool.ruff]
|
|
select = [
|
|
"E",
|
|
"F",
|
|
"W",
|
|
"B0",
|
|
"I",
|
|
"UP",
|
|
"C4",
|
|
# "TID",
|
|
]
|
|
target-version = "py37"
|
|
|
|
[tool.ruff.isort]
|
|
force-single-line = true
|