Files
skel/dotfiles/config/mise/config.toml
David Tomaschik 9ab1f9c298 Misc updates
2026-02-18 16:10:06 -08:00

15 lines
168 B
TOML

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