Skip to content

Releases: Lucas-C/pre-commit-hooks

New --insert-license-after-regex & --no-extra-eol options

04 Jul 20:26
Compare
Choose a tag to compare

Dropping support for Python 2.7 & 3.6

17 May 08:30
Compare
Choose a tag to compare
v1.2.0

Version bump to v1.2.0

Last version to support Python 2.7 & 3.6

17 May 08:18
Compare
Choose a tag to compare
v1.1.15

Version bump to v1.1.15

insert-license: added option --no-space-in-comment-prefix

11 May 11:34
Compare
Choose a tag to compare

insert-license: adding support for ISO-8859-1 encoding

23 Feb 10:19
Compare
Choose a tag to compare

Fixed IndexError while removing license file in files containing just the license header

10 Feb 21:40
Compare
Choose a tag to compare

insert-license: added support for using tabs instead of spaces

31 Jan 11:30
Compare
Choose a tag to compare

Windows compatibility

21 Apr 12:16
Compare
Choose a tag to compare

cf. #19

Now using the wheels version of Levenshtein for Window compatibility - thanks @AntoineD & @dmateusp!

Ignoring .gitmodules

31 Jan 11:19
Compare
Choose a tag to compare

Changed

  • .gitmodules are now ignored by the forbid-tabs / remove-tabs hooks - thanks @henryiii!

insert-license: Added fuzzy matching, honoring shebang/encoding

04 Sep 12:22
ffbd448
Compare
Choose a tag to compare

Thanks to @potiuk for contributing those features to this project !