From 67bb5bc033729f4d81c314013f0589379719a9a6 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:33 +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) - [github.com/adrienverge/yamllint: master → v1.26.3](https://github.com/adrienverge/yamllint/compare/master...v1.26.3) --- .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 6a2b448..6b90035 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,16 +2,16 @@ # 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 - repo: https://github.com/adrienverge/yamllint - rev: master + rev: v1.26.3 hooks: - id: yamllint