Release Notes
Released on 2025-10-18.
Enhancements
- Add
--fail-fastCLI flag to stop after first hook failure (#908) - Add collision detection for hook env directories (#914)
- Error out if not projects found (#913)
- Implement
check-xmlas builtin hook (#894) - Implement
check-merge-conflictas builtin hook (#885) - Use line-by-line reading in
check-merge-conflict(#910)
Bug fixes
- Fix pygrep hook env health check (#921)
- Group
pygrepwithpythonwhen installing pygrep hooks (#920) - Ignore
.prefixed directory when searching managed Python for pygrep (#919)
Documentation
- Add contribution guide (#912)
Other changes
Contributors
Install prek 0.2.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.10/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.10/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prekInstall prebuilt binaries into your npm project
npm install @j178/prek@0.2.10