From 165411e7b25759cfee3ac1ce31c76b3340dd0ff6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:11:46 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.46.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.46.0) - [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](https://github.com/koalaman/shellcheck-precommit/compare/v0.10.0...v0.11.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c5a1dd..624b8fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -41,13 +41,13 @@ repos: args: ['--config', '.codespellrc'] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.46.0 hooks: - id: markdownlint - id: markdownlint-fix - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.10.0 + rev: v0.11.0 hooks: - id: shellcheck args: ["--severity=warning"] @@ -60,7 +60,7 @@ repos: language: script types_or: [html, markdown] - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black