Enhancements
- Bring back
.pre-commit-config.ymlsupport (#676) - Ignore config file from hidden directory (#677)
- Support selectors in
prek install/install-hooks/hook-impl(#683)
Bug fixes
- Do not set GOROOT for system install Go when running go hooks (#694)
- Fix
check_tomlandcheck_yamlin workspace mode (#688)
Documentation
Other changes
- docs(manifest): Correctly specify metadata for all packages (#687)
- refactor(cli): Clean up usage of clap (#689)
Contributors
Install prek 0.2.0-alpha.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.0-alpha.4/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.0-alpha.4/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek