Release Notes
Released on 2025-09-26.
Enhancements
- Add
prek cache dir, moveprek gcandprek cleanunderprek cache(#795) - Add a hint when hooks failed in CI (#800)
- Add support for specifying
PREK_UV_SOURCE(#766) - Run docker container with
--init(#791) - Support
--allow-multiple-documentsforcheck-yaml(#790)
Bug fixes
- Fix interpreter identification (#801)
Documentation
- Add PaperQA2 to "Who is using prek" (#793)
- Clarify built-in hooks activation conditions and behavior (#781)
- Deduplicate docs between README and MkDocs site (#792)
- Mention
j178/prek-actionin docs (#753)
Other Changes
- Bump
pre-commit-hooksin sample-config to v6.0.0 (#761) - Improve arg parsing for builtin hooks (#789)
Contributors
Install prek 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.2/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.2/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek