teilchensammler-cli/mise.toml
bronsen 3c2828bae6 tooling: add linter and prek
markdownlint-cli2 to lint markdown files.

prek as replacement for pre-commit.
2026-02-12 20:31:21 +01:00

9 lines
158 B
TOML

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