Release Notes
Released on 2025-11-14.
Enhancements
- Support
PREK_CONTAINER_RUNTIME=podmanto override container runtime (#1033) - Support rootless container runtime (#1018)
- Support
language: unsupportedandlanguage: unsupported_scriptintroduced in pre-commit v4.4 (#1073) - Tweak to regex used for mountinfo (#1037)
Bug fixes
- Fix
--filesargument - files referencing other projects aren’t being filtered (#1064) - Unset
objectFormatingit init(#1048)
Documentation
- Add scoop to installation (#1067)
- Document workspace file visibility constraints (#1071)
- Add
iceberg-python,msgspecandhumanizeto "who is using prek" (#1039, #1042, #1063)
Other changes
- Add a hint to install when running inside a sub-project (#1045)
- Add a hint to use
--refreshwhen no configuration found (#1046) - Run uv pip install from the current directory (#1069)
Contributors
Install prek 0.2.14
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.14/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.14/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.14