Release Notes
Released on 2025-10-14.
This is a re-release of 0.2.6 that fixes an issue where publishing to npmjs.com failed.
Enhancements
- Publish prek to npmjs.com as @j178/prek (#819)
- Support YAML merge keys in
.pre-commit-config.yaml(#871)
Bug fixes
- Use relative path with
--cdin the generated hook script (#868) - Fix autoupdate
revrendering for "float-like" version numbers (#867)
Documentation
- Add Nix and Conda installation details (#874)
Contributors
Install prek 0.2.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.8/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.8/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.8