From 9b49bbfbd56cda50ed26be68caeb7ce2445cdfc7 Mon Sep 17 00:00:00 2001 From: ak2k <19240940+ak2k@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:00:24 -0400 Subject: [PATCH] fix: strip stray uv output line from .secrets.baseline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The baseline was generated with a redirect like `uv run detect-secrets scan > .secrets.baseline`, which captured uv's "Installed 7 packages in 5ms" message as line 1 — making the file invalid JSON. detect-secrets then fails with "Unable to read baseline", so the detect-secrets pre-commit hook errors on every run (blocking commits for anyone with hooks installed). Remove the spurious first line; the remainder is a valid v1.5.0 baseline (results: {}). Verified `pre-commit run` now passes detect-secrets. --- .secrets.baseline | 1 - 1 file changed, 1 deletion(-) diff --git a/.secrets.baseline b/.secrets.baseline index af6abc4..5e8f9d0 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1,4 +1,3 @@ -Installed 7 packages in 5ms { "version": "1.5.0", "plugins_used": [