spcd/pyproject.toml
2024-06-12 14:56:12 +02:00

6 lines
110 B
TOML

[tool.ruff]
line-length = 80
[tool.ruff.lint]
ignore = ["COM812", "D203", "D213", "ISC001"]
select = ["ALL"]