Files
skel/dotfiles/config/mise/config.toml
David Tomaschik 0ded57fa46 Mise/code updates
2026-02-23 18:45:24 -08:00

21 lines
378 B
TOML

[settings]
experimental = true
python_venv_auto_create = 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 }