-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmise.toml
More file actions
63 lines (58 loc) · 2.83 KB
/
Copy pathmise.toml
File metadata and controls
63 lines (58 loc) · 2.83 KB
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
# Several tools are pinned to "latest" to enable the idiomatic version file support. The version is managed by a version file.
[tools]
rust = { version = "latest", components = "llvm-tools,cargo,rustfmt,clippy", profile = "default", targets = "aarch64-apple-darwin,aarch64-unknown-linux-gnu,aarch64-pc-windows-msvc,x86_64-apple-darwin,x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,x86_64-pc-windows-msvc" }
cargo-binstall = "latest"
cargo-insta = "1.48.0"
"cargo:cargo-audit" = "0.22.2"
"cargo:cargo-deny" = "0.19.9"
"cargo:cargo-dist" = "0.32.0"
"cargo:cargo-llvm-cov" = "0.8.7"
"cargo:cargo-nextest" = "0.9.137"
"cargo:mdbook" = "0.5.3"
"cargo:mdbook-linkcheck" = "0.7.7"
"cargo:mdbook-tabs" = "1.0.4"
"cargo:mdbook-mermaid" = "0.17.0"
"cargo:mdbook-toc" = "0.15.4"
"cargo:mdbook-admonish" = "1.20.0"
"cargo:mdbook-open-on-gh" = "3.0.0"
"cargo:mdbook-i18n-helpers" = "0.4.0"
just = "latest"
python = "latest"
"cargo:cargo-outdated" = "0.19.0"
cyclonedx = "0.32.0"
git-cliff = "2.13.1"
goreleaser = "2.16.0"
markdownlint-cli2 = "0.22.1"
prettier = "3.8.4"
"cargo:cargo-release" = "1.1.2"
"cargo:cargo-auditable" = "0.7.4"
"cargo:cargo-cyclonedx" = "0.5.9"
"pipx:mdformat" = { version = "1.0.0", uvx_args = "--with mdformat-gfm --with mdformat-admon --with mdformat-config --with mdformat-footnote --with mdformat-simple-breaks --with mdformat-web --with mdformat-ruff --with mdformat-gfm-alerts --with mdformat-toc --with mdformat-front-matters" }
actionlint = "1.7.12"
lychee = "0.24.2"
"cargo:cargo-machete" = "0.9.2"
"cargo:git-cliff" = "2.13.1"
scorecard = "5.5.0"
"cargo:release-plz" = "0.3.159"
"pipx:pre-commit" = "latest"
"bun" = "latest"
shellcheck = "0.11.0"
uv = "latest"
zig = "0.16.0"
# Many of these settings are defaults, but we are explicit in case they change in the future and to make it clear to users what is enabled.
[settings]
activate_aggressive = true
idiomatic_version_file_enable_tools = [ "python", "rust", "bun" ]
env_cache = true
exec_auto_install = true
github_attestations = true
lockfile = true
pin = false
slsa = true
[settings.npm]
package_manager = "bun"
[settings.pipx]
uvx = true
[env]
ECC_DISABLED_HOOKS = "pre:bash:gateguard-fact-force,pre:edit-write:gateguard-fact-force"
_.file = [ '.env', ".env.local" ]