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/5] [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/5] 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 From bf791a110fae1c97d73f1902ba57a725e3082fd5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:48:00 +0000 Subject: [PATCH 3/5] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a3689..84ba997 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.11.0 + rev: v0.12.0 hooks: - id: markdownlint files: ^.*\.(md)$ \ No newline at end of file From 4f89c6ddc3cc8d1e46a253a5e0a14e99a60ce284 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Fri, 8 Aug 2025 14:23:30 -0600 Subject: [PATCH 4/5] restoring markdownlint version --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a3689..756f66a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,5 @@ repos: rev: v0.11.0 hooks: - id: markdownlint - files: ^.*\.(md)$ \ No newline at end of file + files: ^.*\.(md)$ + update: false \ No newline at end of file From ecb80938885df52fd36af483be752df84bb8fbdf Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Fri, 8 Aug 2025 14:24:26 -0600 Subject: [PATCH 5/5] restoring markdownlint 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 5deafda..756f66a 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)$