From 6c14f871b344dfe0ced07aaea5662c1856b1ed10 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 18:42:04 +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/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/markdownlint/markdownlint: v0.11.0 → v0.12.0](https://github.com/markdownlint/markdownlint/compare/v0.11.0...v0.12.0) --- .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 db539b8..84ba997 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: - id: no-commit-to-branch args: [--branch, main] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell files: ^.*\.(md|rst|yml)$ - repo: https://github.com/markdownlint/markdownlint - rev: v0.11.0 + rev: v0.12.0 hooks: - id: markdownlint files: ^.*\.(md)$ \ No newline at end of file From c47f94f3dcf11e55933c3900bfd9ab61399bd116 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Wed, 25 Jun 2025 11:02:30 -0600 Subject: [PATCH 2/2] Reverting markdwonlint version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84ba997..87a3689 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: codespell files: ^.*\.(md|rst|yml)$ - repo: https://github.com/markdownlint/markdownlint - rev: v0.12.0 + rev: v0.11.0 hooks: - id: markdownlint files: ^.*\.(md)$ \ No newline at end of file