Files
Aislo/pyproject.toml
2026-07-05 14:05:22 +09:00

11 lines
181 B
TOML

[tool.ruff]
target-version = "py313"
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I"]
fixable = ["ALL"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"