-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
33 lines (23 loc) · 849 Bytes
/
Copy pathmise.toml
File metadata and controls
33 lines (23 loc) · 849 Bytes
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
[tools]
#
# Tools from the mise registry.
#
# Renovate: datasource=github-releases packageName=copier-org/copier
copier = "9.7.1"
# Renovate: datasource=github-releases packageName=pre-commit/pre-commit
pre-commit = "4.2.0"
# Renovate: datasource=github-releases packageName=koalaman/shellcheck
shellcheck = "0.10.0"
# Renovate: datasource=github-releases packageName=mvdan/sh
shfmt = "3.11.0"
# Renovate: datasource=github-releases packageName=google/yamlfmt
yamlfmt = "0.17.1"
#
# Tools with explicit backends.
#
# Renovate: datasource=github-releases packageName=trallnag/exec-cmds-defer-errors
"pipx:exec-cmds-defer-errors" = "2.1.1"
# Renovate: datasource=github-releases packageName=trallnag/filter-pre-commit-hooks
"pipx:filter-pre-commit-hooks" = "2.0.5"
# Renovate: datasource=pypi packageName=mdformat
"pipx:mdformat" = "0.7.22"