From 50c8d4c0e1e92ab77d10603fde6028f8a8d6897d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:09:40 +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: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.37.1) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.45.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.41.0...v0.45.0) - [github.com/lycheeverse/lychee: v0.15.1 → nightly](https://github.com/lycheeverse/lychee/compare/v0.15.1...nightly) --- .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 3708677..7fa1ff3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -33,24 +33,24 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: [-c=.yamllint] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.45.0 hooks: - id: markdownlint - id: markdownlint-fix - repo: https://github.com/lycheeverse/lychee - rev: v0.15.1 + rev: nightly hooks: - id: lychee-docker # Optionally include additional CLI arguments