From ec870da9f9e5030f871919b304d90b001fb651b7 Mon Sep 17 00:00:00 2001 From: fredclausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:50:26 +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 2bd0e29..654a3e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: shellcheck - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -54,7 +54,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black