-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmise.toml
47 lines (41 loc) · 994 Bytes
/
mise.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ref: https://mise.jdx.dev/configuration.html
#:schema https://mise.jdx.dev/schema/mise.json
min_version = "2025.1.17"
[tools]
bun = "1.2.2"
node = "23.7.0"
"npm:semantic-release" = "24.2.1"
"aqua:biomejs/biome" = "1.9.4"
actionlint = "1.7.7"
# required for actionlint
shellcheck = "0.10.0"
"aqua:suzuki-shunsuke/ghalint" = "1.2.1" # cspell:ignore shunsuke
"aqua:suzuki-shunsuke/pinact" = "1.2.0"
taplo = "0.9.3"
"npm:prettier" = "3.4.2"
yamlfmt = "0.15.0"
yamllint = "1.35.1"
"npm:renovate" = "39.156.0"
"npm:cspell" = "8.17.3"
"ubi:lycheeverse/lychee" = "lychee-v0.18.0" # cspell:ignore lycheeverse
typos = "1.29.5"
"npm:ignore-sync" = "8.0.0"
"npm:json5" = "2.2.3"
"npm:jschema-validator" = "1.0.6"
[settings]
experimental = true
disable_backends = [
# cspell:ignore pipx
# disable pipx backend not to require pipx/uv
"pipx",
]
[settings.npm]
bun = true
[task_config]
includes = ["tasks.toml"]
[hooks]
postinstall = """
{% if env.CI is undefined %}
mise run buni
{% endif %}
"""