diff --git a/.mise.toml b/.mise.toml index 5ef8ebd..a946cd2 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ [tools] -pre-commit = "4.2.0" +prek = "0.3.1" zig = "0.15.2" zls = "0.15.1" -"ubi:DonIsaac/zlint" = "0.7.6" +"ubi:DonIsaac/zlint" = "0.7.9" 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