Files
skel/dotfiles/config/mise/config.toml
David Tomaschik 1048775da3 Update skel
2026-05-19 17:02:05 -07: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 = "0.11.8"
[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 }