From f3df38a16bf70782d69d4ec9747bc052effb93ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:37:28 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#259) 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 654a3e7..d89d89f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # lint the dockerfiles - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.0-beta hooks: - id: hadolint @@ -54,7 +54,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black