Skip to content

Releases: Lucas-C/pre-commit-hooks

Supporting Python 3.10+

16 Aug 09:02

Choose a tag to compare

Supporting Python 3.10 by using python-Levenshtein package instead of python-Levenshtein-wheels

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

04 Jul 20:26

Choose a tag to compare

Dropping support for Python 2.7 & 3.6

17 May 08:30

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

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

Choose a tag to compare

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

23 Feb 10:19

Choose a tag to compare

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

10 Feb 21:40

Choose a tag to compare

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

31 Jan 11:30

Choose a tag to compare

Windows compatibility

21 Apr 12:16

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

Choose a tag to compare

Changed

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