From 92364f7305b92bb551596f61f6d60723e53ae1aa Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 5 Mar 2026 08:15:25 -0800 Subject: [PATCH] Remove suggestion to run prek manually from README Hooks run automatically on git commit; no need to invoke separately. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722d370..8ba6b8d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ prek install # set up git hooks Git hooks (via [prek](https://github.com/j178/prek)) enforce secret scanning (TruffleHog), linting, formatting, and custom checks like doc link validation -and the Mikado branch invariant. Run them manually with `prek run --all-files`. +and the Mikado branch invariant. They run automatically on `git commit`. Operational tasks are driven through mise. Run `mise tasks` to see what's available. Key examples: