mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-07 15:59:20 -05:00
v0.5.5
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
0.5.5
|
||||||
|
=====
|
||||||
|
- Change permissions a few files
|
||||||
|
- Rename the validate entrypoints
|
||||||
|
- Add --version to some entrypoints
|
||||||
|
- Add --no-document to gem installations
|
||||||
|
- Use expanduser when finding the python binary
|
||||||
|
- Suppress complaint about $TERM when no tty is attached
|
||||||
|
- Support pcre hooks on osx through ggrep
|
||||||
|
|
||||||
0.5.4
|
0.5.4
|
||||||
=====
|
=====
|
||||||
- Allow hooks to produce outputs with arbitrary bytes
|
- Allow hooks to produce outputs with arbitrary bytes
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ setup(
|
|||||||
'hooks.'
|
'hooks.'
|
||||||
),
|
),
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='0.5.4',
|
version='0.5.5',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|||||||
Reference in New Issue
Block a user