From 83f6ce8ee648d6b24f25db90339f48ff778bc768 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:08:53 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#46) Co-authored-by: fredclausen <43556888+fredclausen@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c36cbf..6481f83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,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"] @@ -41,7 +41,7 @@ repos: # - "prettier-plugin-sh" - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.4.0 + rev: v9.5.0 hooks: - id: eslint files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx @@ -65,7 +65,7 @@ repos: hooks: - 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