From 3f8c2993a9ca4de04eee28dfc8507954e34fff32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 01:12:43 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#179) Co-authored-by: fredclausen <43556888+fredclausen@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fe0039..572d7c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: exclude: ^(Dockerfile*) - repo: https://github.com/codespell-project/codespell.git - rev: "v2.2.6" # Use the sha / tag you want to point at + rev: "v2.3.0" # Use the sha / tag you want to point at hooks: - id: codespell types: [text] @@ -42,7 +42,7 @@ repos: - id: shellcheck - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-actions - id: check-github-workflows