Release Notes
Released on 2025-12-23.
Enhancements
- Build and publish docker image to
ghcr.io/j178/prek(#1253) - Support git urls for rust dependencies (#1256)
Bug fixes
- Ensure running
uv pip installinside the remote repo path (#1262) - Fix
check-added-large-filesfor traced files (#1260) - Respect
GIT_DIRset by git (#1258)
Documentation
- Add docker integration docs (#1254)
- Clarify
priorityscope across repos (#1251) - Improve documentation for configurations (#1247)
- Render changelog in document site (#1248)
Contributors
Install prek 0.2.24
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.24/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.24/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.24