From 416ea4d632cab0f3b4a8508e53eb54558343a6ee Mon Sep 17 00:00:00 2001 From: Justin Kovacich Date: Fri, 11 Sep 2026 10:25:24 -0400 Subject: [PATCH] chore: remove the trailing space that fails the mdformat hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mdformat hook rewrites `## Added ` to `## Added` and exits non-zero when it modifies a file, so Pre-commit Checks has failed on every pull request since the initial commit — including Dependabot's. The nit is on main, not in the branches it was failing. With this fixed, Pre-commit Checks can join the required status checks on the main ruleset. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04dd4f5..63fb4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,6 @@ and this project adheres to ## [1.0.0] - 2026-07-15 -## Added +## Added - Initial commit