mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
16 lines
182 B
TOML
16 lines
182 B
TOML
[tool.ruff]
|
|
select = [
|
|
"E",
|
|
"F",
|
|
"W",
|
|
"B0",
|
|
"I",
|
|
"UP",
|
|
"C4",
|
|
# "TID",
|
|
"RSE"
|
|
]
|
|
target-version = "py37"
|
|
|
|
[tool.ruff.isort]
|
|
force-single-line = true
|