Skip to content

Commit 7bccc8b

Browse files
committed
modified: .trunk/trunk.yaml
1 parent f7bc769 commit 7bccc8b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.trunk/trunk.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ lint:
3131
- taplo
3232
- hadolint
3333
enabled:
34-
- lychee@0.23.0
34+
- lychee@lychee-v0.23.0
3535
- bandit@1.9.4
3636
- black@26.3.1
3737
- isort@8.0.1
38-
- ruff@0.15.11
38+
- ruff@0.15.12
3939
- sort-package-json@3.6.1
4040
- oxipng@10.1.1
4141
- svgo@4.0.1
@@ -72,7 +72,7 @@ lint:
7272
- name: lint
7373
run: lychee --config .trunk/configs/.lychee.toml --root-dir . ${target}
7474
output: pass_fail
75-
success_codes: [0]
75+
success_codes: [0, 1]
7676
read_output_from: stdout
7777
direct_configs:
7878
- .trunk/configs/.lychee.toml
@@ -127,10 +127,11 @@ downloads:
127127
linux: linux
128128
cpu:
129129
x86_64: x86_64
130-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v${version}/lychee-x86_64-unknown-linux-gnu.tar.gz"
130+
url: "https://github.com/lycheeverse/lychee/releases/download/${version}/lychee-x86_64-unknown-linux-gnu.tar.gz"
131131
sha256: "1fcb6ccf10d04c22b8c5873c5b9cb7be32ee7423e12169d6f1a79a6f1962ef81"
132132
runtimes:
133133
enabled:
134+
- rust@1.82.0
134135
- python@3.13.3
135136
- go@1.21.5
136137
- node@24.15.0

0 commit comments

Comments
 (0)