📦️ deps(mise): install poetry and use uvx instead of pipx
This commit is contained in:
parent
ee863a3500
commit
e14d364e5b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue