Release Notes
Released on 2025-09-29.
Enhancements
- Add
--dry-runtoprek auto-update(#806) - Add a global
--log-fileflag to specify the log file path (#817) - Implement hook health check (#798)
- Show error message in quiet mode (#807)
Bug fixes
- Write
failentry into output directly (#811)
Documentation
- Update docs about uv in prek (#810)
Other changes
- Add a security policy for reporting vulnerabilities (#804)
Contributors
Install prek 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.3/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.3/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek