mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.5.4
This commit is contained in:
parent
5f5947d1c8
commit
e27c400b9d
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
0.5.4
|
||||
=====
|
||||
- Allow hooks to produce outputs with arbitrary bytes
|
||||
- Fix pre-commit install when .git/hooks/pre-commit is a dead symlink
|
||||
- Allow an unstaged config when using --files or --all-files
|
||||
|
||||
0.5.3
|
||||
=====
|
||||
- Fix autoupdate with "local" hooks - don't purge local hooks.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.5.3',
|
||||
version='0.5.4',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue