From fcf09293bfd8e456b694d1fa0fdcdd809b05ebf0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:13:12 +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.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.38.0) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.38.0...v0.49.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.3...0.37.4) --- .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 0049982..a054695 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.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -11,16 +11,16 @@ repos: - id: check-merge-conflict - id: check-added-large-files - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.49.0 hooks: - id: markdownlint-fix - id: markdownlint - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.37.4 hooks: - id: check-github-workflows - name: Validate docker-compose.yml