mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
20 lines
347 B
TOML
20 lines
347 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"
|
|
|
|
[env]
|
|
UV_PROJECT_ENVIRONMENT = { value='{% if env.PROJECT_SLUG %}{{ env.HOME}}/.cache/uv-venvs/{{ env.PROJECT_SLUG }}{% endif %}', tools = true }
|