From 92d2bfd6ae858044871213de1e4652acc796ae85 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:20:42 +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.8.0-1 → v3.9.0-1](https://github.com/scop/pre-commit-shfmt/compare/v3.8.0-1...v3.9.0-1) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.6.8) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.3](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.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 eae35809e..ae92cbb73 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.8.0-1 + rev: v3.9.0-1 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.4.10" + rev: "v0.6.8" 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.1 + rev: v1.7.3 hooks: - id: actionlint name: actionlint