From bd56395c56fdae7fc2f7af04457083553daf9f5f Mon Sep 17 00:00:00 2001 From: fredclausen Date: Sun, 4 Feb 2024 00:32:00 +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 86c80d3..0a810c4 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.27.3 + rev: 0.27.4 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.1.0 + rev: 24.1.1 hooks: - id: black