mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.5.5
This commit is contained in:
parent
a8e1eaa512
commit
857fd4ea72
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue