-
Notifications
You must be signed in to change notification settings - Fork 1
/
.prototools
79 lines (77 loc) · 2.1 KB
/
.prototools
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
act = "0.2.60"
actionlint = "1.6.27"
bazel = "7.0.2"
biome = "1.6.0"
caddy = "2.7.6"
cmake = "3.28.3"
cosign = "2.2.3"
dagger = "0.10.0"
deno = "1.41.2"
dprint = "0.45.0"
flyctl = "0.2.13"
gitleaks = "8.18.2"
# lacks pre-built binaries for aarch64
# grain = "0.6.1"
gum = "0.13.0"
hurl = "4.2.0"
# lacks aarch64-apple-darwin support
# hyperfine = "1.18.0"
infisical = "0.17.1"
jira = "1.5.1"
just = "1.24.0"
mage = "1.14.0"
mkcert = "1.4.4"
ninja = "1.11.1"
octopus = "2.2.1"
oxlint = "0.2.12"
pact_verifier_cli = "1.1.1"
pixi = "0.25.0"
rattler-build = "0.13.0"
ruff = "0.3.0"
shellcheck = "0.10.0"
shfmt = "3.8.0"
task = "3.35.1"
traefik = "2.11.0"
trufflehog = "3.69.0"
uv = "0.1.13"
watchexec = "2.0.0"
wizer = "4.0.0"
[plugins]
act = "source:act/plugin.toml"
actionlint = "source:actionlint/plugin.toml"
bazel = "source:bazel/plugin.toml"
biome = "source:biome/plugin.toml"
caddy = "source:caddy/plugin.toml"
cmake = "source:cmake/plugin.toml"
cosign = "source:cosign/plugin.toml"
dagger = "source:dagger/plugin.toml"
dprint = "source:dprint/plugin.toml"
flyctl = "source:flyctl/plugin.toml"
gitleaks = "source:gitleaks/plugin.toml"
grain = "source:grain/plugin.toml"
gum = "source:gum/plugin.toml"
hurl = "source:hurl/plugin.toml"
hyperfine = "source:hyperfine/plugin.toml"
infisical = "source:infisical/plugin.toml"
jira = "source:jira/plugin.toml"
just = "source:just/plugin.toml"
mage = "source:mage/plugin.toml"
mkcert = "source:mkcert/plugin.toml"
ninja = "source:ninja/plugin.toml"
octopus = "source:octopus/plugin.toml"
oxlint = "source:oxlint/plugin.toml"
pact_verifier_cli = "source:pact_verifier_cli/plugin.toml"
pixi = "source:pixi/plugin.toml"
rattler-build = "source:rattler-build/plugin.toml"
ruff = "source:ruff/plugin.toml"
shellcheck = "source:shellcheck/plugin.toml"
shfmt = "source:shfmt/plugin.toml"
task = "source:task/plugin.toml"
traefik = "source:traefik/plugin.toml"
trufflehog = "source:trufflehog/plugin.toml"
uv = "source:uv/plugin.toml"
watchexec = "source:watchexec/plugin.toml"
wizer = "source:wizer/plugin.toml"
[settings]
# disabled to avoid polluting their data with our testing / CI runs
telemetry = false