simpletodoapp-3hunrv/pyproject.toml
2025-05-17 03:24:28 +00:00

11 lines
183 B
TOML

[tool.ruff]
line-length = 88
target-version = "py310"
[tool.ruff.lint]
select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
line-ending = "auto"