spcd/pyproject.toml

3 lines
80 B
TOML

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