Merged
Conversation
branchv
approved these changes
Jan 22, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
prek cache gc(also available viaprek gcfor pre-commit compatibility) is finally here! You can now runprek cache gcto clean up unused repos, hook envs and tool versions from prek cache.language: bunis now supported, making it possible to write and run hooks with Bun.Enhancements
Implement
prek cache gc(#1410)prek cache gcremoved (#1418)prek cache gc -v(#1420)prek cache gcremove specific unused tool versions (#1422)prek cache gc(#1436)Add
language: bunsupport (#1411)git ls-remote --tagsto list bun versions (#1439)Accept
--stageas an alias for--hook-stageinprek run(#1398)Expand
~tilde inPREK_HOME(#1431)Support refs to trees (#1449)
Bug fixes
split()instead ofresolve(None)for builtin hook argument parsing (#1415)Documentation
simple-iconsandast-grepto the users of prek (#1403)repofield (#1432)Other Changes
Contributors
Install prek 0.3.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.3.0/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
Install prebuilt binaries into your npm project
Download prek 0.3.0
View the full release notes at https://github.com/j178/prek/releases/tag/v0.3.0.