From 0396866295748782f2d3ce787bf8efb371d3a40a Mon Sep 17 00:00:00 2001 From: fredclausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 26 May 2024 01:35:07 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .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 9c49bd0..023ed99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,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] @@ -41,7 +41,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