Release Notes
Released on 2025-10-10.
Enhancements
- Implement
prek try-repo(#797) - Add fallback mechanism for prek executable in git hooks (#850)
- Ignore config error if the directory is skipped (#860)
Bug fixes
- Fix panic when parse config failed (#859)
Other changes
- Add a Dockerfile (#852)
Contributors
Install prek 0.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.5/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.5/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek