From 600bfc56ac836d178eaad8c8e96111ae7d977a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:34:12 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) and [https://github.com/pylint-dev/pylint](https://github.com/pylint-dev/pylint). Updates `https://github.com/rhysd/actionlint` from v1.7.11 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12) Updates `https://github.com/pylint-dev/pylint` from v2.17.2 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.2...v4.0.5) --- updated-dependencies: - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pylint-dev/pylint dependency-version: 4.0.5 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc67a66..41090a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint files: ^\.github/(workflows|actions)/.*\.ya?ml$ @@ -144,6 +144,6 @@ repos: hooks: - id: shellcheck - repo: https://github.com/pylint-dev/pylint - rev: v2.17.2 + rev: v4.0.5 hooks: - id: pylint