vdirsyncer/pyproject.toml
Hugo Osvaldo Barrera d646357cd3 Use ruff for code checking and linting
`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/
2023-01-31 00:19:14 +01:00

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