Files
skel/dotfiles/config/mise/config.toml
David Tomaschik 2e0ebb4d6f Update mise
2026-03-11 12:51:54 -04:00

20 lines
347 B
TOML

[settings]
experimental = true
[settings.pipx]
uvx = true
[settings.python]
uv_venv_auto = true
[tools]
age = "latest"
usage = "latest"
uv = "latest"
[hooks]
postinstall = "mise sync python --uv"
[env]
UV_PROJECT_ENVIRONMENT = { value='{% if env.PROJECT_SLUG %}{{ env.HOME}}/.cache/uv-venvs/{{ env.PROJECT_SLUG }}{% endif %}', tools = true }