Files
2026-08-07 10:04:31 +02:00

12 lines
244 B
TOML

[tool.ruff]
target-version = "py312"
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "W", "I", "N", "UP", "B", "C4", "PL", "T20"]
ignore = ["E501", "PLR0913", "PLR0917"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"