From 9aae3ed13a96dd6846249460c122334525cfc914 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 18:00:56 +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 0c4e4fd..b684c5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v4.0.1 hooks: - id: check-yaml - id: check-executables-have-shebangs - id: check-byte-order-marker - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 1.6.0 + rev: 2.1.5 hooks: - id: shellcheck