📦️ deps(mise): install poetry and use uvx instead of pipx

This commit is contained in:
Sergio Laín 2024-10-13 01:23:34 +02:00
parent ee863a3500
commit e14d364e5b
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -10,6 +10,7 @@ age = "latest"
deno = "latest" deno = "latest"
go = "latest" go = "latest"
watchexec = "latest" watchexec = "latest"
poetry = "latest"
[settings] [settings]
# plugins can read the versions files used by other version managers (if enabled by the plugin) # plugins can read the versions files used by other version managers (if enabled by the plugin)
@ -48,3 +49,4 @@ experimental = true # enable experimental features
# configure messages displayed when entering directories with config files # configure messages displayed when entering directories with config files
status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false } status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false }
cargo_binstall = true # Install pre-compiled cargo packages cargo_binstall = true # Install pre-compiled cargo packages
pipx_uvx = true # Use uvx instead of pipx