diff --git a/mise.toml b/mise.toml index 3bc3271..7592ec1 100644 --- a/mise.toml +++ b/mise.toml @@ -2,6 +2,8 @@ '_'.python.venv = { path = ".venv", create = true } [tools] +markdownlint-cli2 = "latest" +prek = "latest" python = "3.14" ruff = "latest" uv = "latest"