From d3435a11f53cbc6992520b54a7768f30c243dd6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:33:13 +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.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.42.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.0...v0.42.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.2...v0.10.0.1) --- .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 f11abf3..2a01227 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-yaml exclude: .yarn @@ -8,7 +8,7 @@ repos: exclude: .yarn - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.34.0 + rev: v0.42.0 hooks: - id: markdownlint-fix name: markdownlint-fix @@ -19,7 +19,7 @@ repos: minimum_pre_commit_version: 0.15.0 - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.10.0.1 hooks: - id: shellcheck args: ["--severity=style"]