Skip to content

Commit b08a222

Browse files
chore(deps): Update Prek to v0.4.6 (#149)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.5` → `0.4.6` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.6`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#046) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.5...v0.4.6) Released on 2026-07-01. ##### Enhancements - Verify managed toolchain downloads before installation ([#&#8203;2229](https://redirect.github.com/j178/prek/pull/2229)) - Add `PREK_DOCKER_NO_INIT` to opt-out Docker `--init` ([#&#8203;2242](https://redirect.github.com/j178/prek/pull/2242)) - Improve subprocess error messages ([#&#8203;2257](https://redirect.github.com/j178/prek/pull/2257)) - Split run concurrency knobs: `PREK_CONCURRENT_HOOKS` and `PREK_CONCURRENT_BATCHES` ([#&#8203;2276](https://redirect.github.com/j178/prek/pull/2276)) ##### Performance - Avoid allocating markdown extensions per file ([#&#8203;2245](https://redirect.github.com/j178/prek/pull/2245)) - Avoid unchanged config tracking writes ([#&#8203;2247](https://redirect.github.com/j178/prek/pull/2247)) - Delay trailing whitespace output buffer ([#&#8203;2244](https://redirect.github.com/j178/prek/pull/2244)) - Prefilter VCS permalink lines ([#&#8203;2253](https://redirect.github.com/j178/prek/pull/2253)) - Skip unnecessary submodule updates during hook repo clone ([#&#8203;2255](https://redirect.github.com/j178/prek/pull/2255)) ##### Documentation - Document `language_version` inferring for Python and Go ([#&#8203;2241](https://redirect.github.com/j178/prek/pull/2241)) ##### Other changes - Refactor env var handling ([#&#8203;2277](https://redirect.github.com/j178/prek/pull/2277)) - Use `serde-saphyr` for YAML string quoting ([#&#8203;2228](https://redirect.github.com/j178/prek/pull/2228)) ##### Contributors - [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid) - [@&#8203;j178](https://redirect.github.com/j178) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 632bda1 commit b08a222

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.5'
32+
prek-version: '0.4.6'

0 commit comments

Comments
 (0)