Files
Advent_of_code/pyproject.toml
2026-06-07 19:19:39 +02:00

7 lines
140 B
TOML

[tool.ruff]
target-version = "py314"
[tool.ruff.lint]
ignore = ["E402"]
extend-select = ["I"] # enables import sorting (isort-equivalent)