Files
skel/dotfiles/config/mise/config.toml
2026-02-20 19:14:36 -08:00

17 lines
200 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"