vdirsyncer/pyproject.toml
2023-02-10 16:57:39 +01:00

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