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