From d2c45f0f7f1dbb484ad2dec4bbf81138354be87d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:50:27 +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: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.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/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.8.0.4](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.1...v0.8.0.4) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.13](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.10...v1.1.13) - [github.com/AleksaC/hadolint-py: v2.8.0 → v2.10.0](https://github.com/AleksaC/hadolint-py/compare/v2.8.0...v2.10.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5bbd33..abe4fd3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ fail_fast: false default_stages: [commit, push] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-yaml - id: check-executables-have-shebangs @@ -15,7 +15,7 @@ repos: # args: [--branch, master] - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.5 + rev: 2.1.6 hooks: - id: git-check - id: script-must-have-extension @@ -24,16 +24,16 @@ repos: - id: forbid-binary - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.1 + rev: v0.8.0.4 hooks: - id: shellcheck - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.1.13 hooks: - id: remove-crlf - repo: https://github.com/AleksaC/hadolint-py - rev: v2.8.0 + rev: v2.10.0 hooks: - id: hadolint