Add grid planner, CI, and tests
Some checks failed
CI / test (push) Failing after 1m12s

This commit is contained in:
2026-04-05 19:27:55 +02:00
parent a2ef50401b
commit b1d2b6b321
16 changed files with 383 additions and 19 deletions

5
ruff.toml Normal file
View File

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