workaround for prek on riscv64. zlint still tbd

This commit is contained in:
Emil Lerch 2026-06-17 10:41:08 -07:00
parent 78ffecba4f
commit beb8ed156b
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -1,5 +1,10 @@
[tools]
prek = "0.4.1"
zig = "0.16.0"
zls = "0.16.0"
"ubi:DonIsaac/zlint" = "0.8.1"
[tools."github:j178/prek"]
version = "0.4.1"
[tools."github:j178/prek".platforms]
linux-riscv64 = { asset_pattern = "prek-riscv64gc-unknown-linux-gnu.tar.gz" }