From 1e20e27b2bb50e37d089223201cad1a509dd0242 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 09:57:12 +0900 Subject: [PATCH] ci(pre-commit): autoupdate (#15) 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/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.0...v2.5.1) - [github.com/ansible/ansible-lint.git: v5.3.1 → v5.3.2](https://github.com/ansible/ansible-lint.git/compare/v5.3.1...v5.3.2) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.8.0.3](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.1...v0.8.0.3) - [github.com/scop/pre-commit-shfmt: v3.4.1-1 → v3.4.2-1](https://github.com/scop/pre-commit-shfmt/compare/v3.4.1-1...v3.4.2-1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 660e3a9d36f..1bd167d3cb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-json - id: check-merge-conflict @@ -26,7 +26,7 @@ repos: args: [-c, .markdownlint.yaml, --fix] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.0 + rev: v2.5.1 hooks: - id: prettier @@ -36,17 +36,17 @@ repos: - id: yamllint - repo: https://github.com/ansible/ansible-lint.git - rev: v5.3.1 + rev: v5.3.2 hooks: - id: ansible-lint - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.1 + rev: v0.8.0.3 hooks: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.4.1-1 + rev: v3.4.2-1 hooks: - id: shfmt args: [-w, -s, -i=4]