From 387351c23f53e5ee26346074bbc7c5e0cb9ececf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:33:41 -0700 Subject: [PATCH] chore(deps): Update pre-commit hooks (#167) 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 6c20fd3..30eb27d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,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 @@ -55,7 +55,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 24.1.0 + rev: 24.1.1 hooks: - id: black