From 83dd6823c0b56e6cafc5be0fba70800816374960 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:04:38 +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.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.3.0) - [github.com/jumanjihouse/pre-commit-hooks: 2.1.5 → 2.1.6](https://github.com/jumanjihouse/pre-commit-hooks/compare/2.1.5...2.1.6) - [github.com/codespell-project/codespell: v2.0.0 → v2.1.0](https://github.com/codespell-project/codespell/compare/v2.0.0...v2.1.0) --- .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..a76d37c630 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.3.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: 2.1.6 hooks: - id: shellcheck # - id: shfmt - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.1.0 hooks: - id: codespell name: Run codespell