From ba8647cc8abbd6966e612c1f1f85325a6a552336 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 17:59:17 +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: v1.2.3 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v1.2.3...v4.0.1) - [github.com/jumanjihouse/pre-commit-hooks: 1.6.0 → 2.1.5](https://github.com/jumanjihouse/pre-commit-hooks/compare/1.6.0...2.1.5) --- .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 2557035..a5ed0e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,11 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v4.0.1 hooks: - id: check-yaml - id: check-added-large-files - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 1.6.0 + rev: 2.1.5 hooks: - id: shellcheck