Files
skel/dotfiles/config/mise/config.toml
David Tomaschik 00696b23fa Updates
2026-02-20 17:15:39 -08:00

16 lines
183 B
TOML

[settings]
experimental = true
[settings.pipx]
uvx = true
[settings.python]
uv_venv_auto = true
[tools]
age = "latest"
uv = "latest"
[hooks]
postinstall = "mise sync python --uv"