Skip to content

Releases: Hyperfine/pre-commit

v0.4.0

25 Oct 16:07
37870a1

Choose a tag to compare

v0.3.4

15 Apr 19:41
61fdfe5

Choose a tag to compare

What's Changed

  • fix: Look for forbidden-file list relative cwd by @antero-0 in #7

Full Changelog: v0.3.3...v0.3.4

v0.3.3

15 Apr 19:18
9c82270

Choose a tag to compare

What's Changed

  • fix: bugfixes for new hooks, add easier way to test them by @antero-0 in #6

Full Changelog: v0.3.2...v0.3.3

v0.3.2

15 Apr 18:47
5866659

Choose a tag to compare

What's Changed

  • fix: make new hooks executable by @antero-0 in #5

Full Changelog: v0.3.1...v0.3.2

v0.3.1

15 Apr 17:32
4980a4f

Choose a tag to compare

What's Changed

  • Fix hook path in .pre-commit-hooks.yaml

Full Changelog: v0.2.1...v0.3.1

v0.3.0

15 Apr 16:34
79f5fdc

Choose a tag to compare

What's Changed

  • Set shebang interpreter in conventional_pre_commit to explicitly use python3 by @pmcanada in #2
  • Python hooks by @antero-0 in #3

New Contributors

  • @pmcanada made their first contribution in #2
  • @antero-0 made their first contribution in #3

Full Changelog: v0.2.1...v0.3.0

v0.2.1

04 Jan 00:17
d578a57

Choose a tag to compare

What's Changed

  • feat(conventional-pre-commit): Remove debug code and use sys.exit to print error out to stderr

v0.2.0

04 Jan 00:05
c9190a0

Choose a tag to compare

What's Changed

  • conventional-pre-commit hook added.