From d79ce165d36ff3488888086aef5427033749fb3c Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:50:33 +0900 Subject: [PATCH] chore(mise.toml): disable pipx backend (#1090) --- mise.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mise.toml b/mise.toml index 33876170..e80a0cb7 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,6 @@ bun = "1.1.42" node = "23.5.0" cargo-binstall = "1.10.19" # cspell:ignore binstall -uv = "0.5.14" "npm:semantic-release" = "24.2.1" "aqua:biomejs/biome" = "1.9.4" actionlint = "1.7.6" @@ -26,14 +25,15 @@ typos = "1.29.4" [settings] experimental = true +disable_backends = [ + # cspell:ignore pipx + # disable pipx backend not to require pipx/uv + "pipx", +] [settings.npm] bun = true -# cspell:ignore pipx -[settings.pipx] -uvx = true - [task_config] includes = ["tasks.toml", "tasks"]