spcd/pyproject.toml

4 lines
64 B
TOML
Raw Normal View History

2024-06-12 12:09:25 +00:00
[tool.ruff.lint]
2024-06-12 12:15:51 +00:00
ignore = ["COM812", "ISC001"]
2024-06-10 12:07:56 +00:00
select = ["ALL"]