From 55d7d99de32b3994e1b42175c8dd98bc0f145ebd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:26:24 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.6.0) - [github.com/jumanjihouse/pre-commit-hooks: 2.1.5 → 3.0.0](https://github.com/jumanjihouse/pre-commit-hooks/compare/2.1.5...3.0.0) - [github.com/codespell-project/codespell: v2.0.0 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.2.6) --- .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 8f586a712e..092cef20b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -30,12 +30,12 @@ repos: # - id: forbid-tabs # - id: remove-tabs - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.5 + rev: 3.0.0 hooks: - id: shellcheck # - id: shfmt - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.2.6 hooks: - id: codespell name: Run codespell