update versions
Some checks failed
Alexa skill build / build (push) Failing after 13m8s

This commit is contained in:
Emil Lerch 2026-02-04 16:39:49 -08:00
parent 37dcb8fd6c
commit 9cf3035643
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[tools] [tools]
zig = "0.15.2" zig = "0.15.2"
bun = "1.3.8" bun = "1.3.8"
pre-commit = "4.2.0" prek = "0.3.1"
"ubi:DonIsaac/zlint" = "0.7.6" "ubi:DonIsaac/zlint" = "0.7.9"
zls = "0.15.1" zls = "0.15.1"

View file

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 rev: v6.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer