teilchensammler-cli/mise.toml
bronsen 4d3e211fd3 mise: add just and ty
Use all the tools!
2026-04-08 23:48:15 +02:00

14 lines
270 B
TOML

[env]
'_'.python.venv = { path = ".venv", create = true }
DATABASE_URL = "sqlite:///database.db"
PREK_COLOR = "never"
[tools]
difftastic = "latest"
just = "latest"
markdownlint-cli2 = "latest"
prek = "latest"
python = "3.14"
ruff = "latest"
ty = "latest"
uv = "latest"