Skip to content

Releases: hardyoyo/hardy_pre_commit_hooks

v1.5

06 Nov 18:08
5835727

Choose a tag to compare

Big thanks to @mxr for the pull requests, this release incorporate's @mxr's changes, removing my workaround instructions, and tweaking when we load the Afin library.

v1.4

19 Jul 17:10
8b83a68

Choose a tag to compare

Drop unnecessary args from .pre-commit-hooks.yaml, README fixes.

- Drop the args from .pre-commit-hooks, we don't need them
- Remove extra whitespace from README

v1.3

19 Jul 16:40
6463d38

Choose a tag to compare

Use Pre-commit's ability to install a commit-msg git hook script (hooray!).

v1.2 Bump MIN_COMMIT_MSG_LENGTH

19 Jul 15:59
fd009a8

Choose a tag to compare

In using this commit-msg hook script more, I've found that most common commit messages are about one line of text (120 characters or so) and setting the default MIN_COMMIT_MSG_LENGTH value for the commit-msg-sentiment.py script to 120 results in far fewer false warnings. This value is adjustable via an environment variable. I will document that in the README soon.

v1.1 Bugfix Release

19 Jul 14:25
819312d

Choose a tag to compare

It turns out that the Pre-commit framework is somewhat file-oriented. In order to ensure that the commit-msg-sentiment.py hook script runs for every commit, we have to tell Pre-commit to do so. Oops.

v1.0

18 Jul 18:37
0d2f662

Choose a tag to compare

First release!