Skip to content

Commit c0781bf

Browse files
chore(deps): Update Prek to v0.4.12 (#158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.11` → `0.4.12` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.12`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0412) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.11...v0.4.12) Released on 2026-08-03. ##### Enhancements - Add `--require-group` for hook group intersections ([#&#8203;2472](https://redirect.github.com/j178/prek/pull/2472)) - Align fast-path and builtin pre-commit hooks ([#&#8203;2433](https://redirect.github.com/j178/prek/pull/2433)) - Do not shuffle file list for verbose output ([#&#8203;2431](https://redirect.github.com/j178/prek/pull/2431)) - Improve top-level command descriptions ([#&#8203;2429](https://redirect.github.com/j178/prek/pull/2429)) - Install `uv` from Astral CDN and drop source racing ([#&#8203;2455](https://redirect.github.com/j178/prek/pull/2455)) - Make `prek install --force` bypass external hooks paths ([#&#8203;2437](https://redirect.github.com/j178/prek/pull/2437)) - Show builtin hook flags in verbose list output ([#&#8203;2427](https://redirect.github.com/j178/prek/pull/2427)) - Verify uv release archive checksums ([#&#8203;2456](https://redirect.github.com/j178/prek/pull/2456)) ##### Performance - Precompute file tags in parallel ([#&#8203;2440](https://redirect.github.com/j178/prek/pull/2440)) - Skip diffs after known hook modifications ([#&#8203;2447](https://redirect.github.com/j178/prek/pull/2447)) - Skip worktree diffs for read-only languages ([#&#8203;2432](https://redirect.github.com/j178/prek/pull/2432)) - Track builtin hook file changes directly ([#&#8203;2404](https://redirect.github.com/j178/prek/pull/2404)) ##### Bug fixes - Use full object IDs in diff snapshots ([#&#8203;2448](https://redirect.github.com/j178/prek/pull/2448)) ##### Documentation - Add a multi-repository configuration example ([#&#8203;2434](https://redirect.github.com/j178/prek/pull/2434)) - Rewrite benchmark documentation ([#&#8203;2469](https://redirect.github.com/j178/prek/pull/2469)) ##### Contributors - [@&#8203;j178](https://redirect.github.com/j178) - [@&#8203;BitWeaverDev](https://redirect.github.com/BitWeaverDev) - [@&#8203;allanlewis](https://redirect.github.com/allanlewis) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-cli/argfile). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e05ffad commit c0781bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: prek
3030
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
3131
with:
32-
prek-version: '0.4.11'
32+
prek-version: '0.4.12'

0 commit comments

Comments
 (0)