Releases: Lucas-C/pre-commit-hooks
Releases · Lucas-C/pre-commit-hooks
New --insert-license-after-regex & --no-extra-eol options
v1.3.0 New release v1.3.0
Dropping support for Python 2.7 & 3.6
v1.2.0 Version bump to v1.2.0
Last version to support Python 2.7 & 3.6
v1.1.15 Version bump to v1.1.15
insert-license: added option --no-space-in-comment-prefix
insert-license: adding support for ISO-8859-1 encoding
v1.1.13 Version bump to v1.1.13
Fixed IndexError while removing license file in files containing just the license header
insert-license: added support for using tabs instead of spaces
Windows compatibility
Ignoring .gitmodules
Changed
.gitmodules
are now ignored by theforbid-tabs
/remove-tabs
hooks - thanks @henryiii!
insert-license: Added fuzzy matching, honoring shebang/encoding
Thanks to @potiuk for contributing those features to this project !