teilchensammler-cli/mise.toml
bronsen 13239d6f73 prek: never use colors
Otherwise some parts become unreadable on dark backgrounded terminals
2026-02-22 12:09:06 +01:00

12 lines
240 B
TOML

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