github j178/prek v0.0.23
0.0.23

latest releases: v0.3.2, v0.3.1, v0.3.0...
6 months ago

Release Notes

Breaking changes

In this release, we've renamed the project to prek from prefligit. It's shorter so easier to type, and it avoids typosquatting with preflight.

This means that the command-line name is now prek, and the PyPI package is now listed as prek.
And the Homebrew will be updated to prek as well.

And previously, the cache directory was ~/.cache/prefligit, now it is ~/.cache/prek.
You'd have to delete the old cache directory manually, or run prefligit clean to clean it up.

Then uninstall the old prefligit and install the new prek from scratch.

Really sorry for the inconvenience!

Enhancements

  • Relax uv version check range (#396)

Bug fixes

  • Fix script command path (#398)
  • Fix meta hook check_useless_excludes (#401)

Other changes

  • Rename to prek from prefligit (#402)

Install prek 0.0.23

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.0.23/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.0.23/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install j178/tap/prek

Download prek 0.0.23

File Platform Checksum
prek-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
prek-x86_64-apple-darwin.tar.gz Intel macOS checksum
prek-x86_64-pc-windows-msvc.zip x64 Windows checksum
prek-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Don't miss a new prek release

NewReleases is sending notifications on new releases.