teilchensammler-cli/mise.toml

10 lines
197 B
TOML

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