diff --git a/.mise.toml b/.mise.toml index 504725f..f2b74a1 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,6 +1,6 @@ [tools] zig = "0.15.2" bun = "1.3.8" -pre-commit = "4.2.0" -"ubi:DonIsaac/zlint" = "0.7.6" +prek = "0.3.1" +"ubi:DonIsaac/zlint" = "0.7.9" zls = "0.15.1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdda06f..dff8d16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer