From e14d364e5bec3eb1016c73e5ca53874d7d69fec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Oct 2024 01:23:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20deps(mise):=20install?= =?UTF-8?q?=20poetry=20and=20use=20uvx=20instead=20of=20pipx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mise/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index d0a18f45..6f17b0d5 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -10,6 +10,7 @@ age = "latest" deno = "latest" go = "latest" watchexec = "latest" +poetry = "latest" [settings] # 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 status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false } cargo_binstall = true # Install pre-compiled cargo packages +pipx_uvx = true # Use uvx instead of pipx