Skip to content

Commit

Permalink
chore(mise.toml): disable pipx backend (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Jan 6, 2025
1 parent d5d0a37 commit d79ce16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]

Expand Down

0 comments on commit d79ce16

Please sign in to comment.