Skip to content

v1.0.0

Compare
Choose a tag to compare
@dirk dirk released this 09 Sep 22:55
· 75 commits to main since this release
  • Made pre-commit not crash when handling deleted files.
  • Colorized output (on by default, pass --no-color or set either the QUICKHOOK_NO_COLOR or NO_COLOR environment variable to not colorize output).
  • Added commit-msg hook (non-parallel) with the same calling semantics as Git hooks (called with a single argument containing the path to the temporary file holding the message to be committed).
  • Switched from bats to RSpec for testing.