From 45e85f03b6611e77c9b1da9c049a6746a6d45b0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:27:36 +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/scop/pre-commit-shfmt: v3.10.0-1 → v3.10.0-2](https://github.com/scop/pre-commit-shfmt/compare/v3.10.0-1...v3.10.0-2) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.9.4) - [github.com/rhysd/actionlint: v1.7.3 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.7) --- .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 acccf0e878..6b39236ff6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.10.0-1 + rev: v3.10.0-2 hooks: - id: shfmt - repo: https://github.com/adrienverge/yamllint.git @@ -44,7 +44,7 @@ repos: - --exclude-files - ".*_test.js" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.9.4" hooks: - id: ruff-format - id: ruff @@ -57,7 +57,7 @@ repos: - id: shellcheck args: ["--severity=warning"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint name: actionlint