Release Notes
Released on 2025-10-07.
Enhancements
- Add support for
.prekignoreto ignore directories from project discovery (#826) - Make
prek auto-update --jobsdefault to 0 (which uses max available parallelism) (#833) - Improve install message when installing for a subproject (#847)
Bug fixes
- Convert extension to lowercase before checking file tags (#839)
- Support pass multiple files like
prek run --files a b c d(#828)
Documentation
- Add requests-cache to "Who is using prek" (#824)
Contributors
Install prek 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.4/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.4/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek