From 15d9b3e710bc2063923e5ae1b83e9ed8cb435236 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:47:54 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adrienverge/yamllint.git: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 → cba56bcde1fdd01c1deb3f945e69764c291a6530](https://github.com/adrienverge/yamllint.git/compare/79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7...cba56bcde1fdd01c1deb3f945e69764c291a6530) - [github.com/Mateusz-Grzelinski/actionlint-py: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b → 85c37735ea69e5baf0681530e57e63deee0ce733](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/2773c7d04be5d0ceb075f215b6d0a4eacd4a432b...85c37735ea69e5baf0681530e57e63deee0ce733) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.47.0) - [github.com/astral-sh/ruff-pre-commit: 3db93a2be6f214ed722bf7bce095ec1b1715422a → 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4](https://github.com/astral-sh/ruff-pre-commit/compare/3db93a2be6f214ed722bf7bce095ec1b1715422a...9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 654b6d4..75019e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: stages: [pre-commit] - repo: https://github.com/adrienverge/yamllint.git - rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # frozen: v1.37.1 + rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0 hooks: - id: yamllint types: [yaml] @@ -75,7 +75,7 @@ repos: - id: shellcheck - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b # frozen: v1.7.8.24 + rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24 hooks: - id: actionlint @@ -86,7 +86,7 @@ repos: args: ["--ignore=E006,E011"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 # frozen: v0.42.0 + rev: v0.47.0 # frozen: v0.42.0 hooks: - id: markdownlint args: ["--fix"] @@ -97,7 +97,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2 + rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] From 964fb838fae2fef74738d325eb14eaaa73bbdad4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:48:07 +0000 Subject: [PATCH 2/2] Chore: pre-commit autoupdate --- .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 75019e2..8c024ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: stages: [pre-commit] - repo: https://github.com/adrienverge/yamllint.git - rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0 + rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0 hooks: - id: yamllint types: [yaml] @@ -75,7 +75,7 @@ repos: - id: shellcheck - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24 + rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24 hooks: - id: actionlint @@ -97,7 +97,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 + rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]