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 <noreply@anthropic.com>
This commit is contained in:
parent
f6f0f79a5b
commit
92364f7305
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ prek install # set up git hooks
|
||||||
|
|
||||||
Git hooks (via [prek](https://github.com/j178/prek)) enforce secret scanning
|
Git hooks (via [prek](https://github.com/j178/prek)) enforce secret scanning
|
||||||
(TruffleHog), linting, formatting, and custom checks like doc link validation
|
(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
|
Operational tasks are driven through mise. Run `mise tasks` to see what's
|
||||||
available. Key examples:
|
available. Key examples:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue