Files
clickthrough/ruff.toml
Luna b1d2b6b321
Some checks failed
CI / test (push) Failing after 1m12s
Add grid planner, CI, and tests
2026-04-05 19:27:55 +02:00

6 lines
119 B
TOML

[tool.ruff]
line-length = 100
select = ["E", "F", "I", "S"]
target-version = "py311"
exclude = ["data", "__pycache__"]