mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
15 lines
168 B
TOML
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"
|