From 81c09c61cde865a266a2de87d3f65c27994d2353 Mon Sep 17 00:00:00 2001 From: fredclausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:38:47 +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 023ed99..8bb5c61 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.4 + rev: 0.28.5 hooks: - id: check-github-actions - id: check-github-workflows @@ -59,7 +59,7 @@ repos: - id: black - repo: https://github.com/pycqa/flake8 - rev: "7.0.0" # pick a git hash / tag to point to + rev: "7.1.0" # pick a git hash / tag to point to hooks: - id: flake8 args: ["--extend-ignore=W503,W504,E501"]