mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
v0.6.6
This commit is contained in:
parent
c6200329a2
commit
956eefc90f
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
0.6.6
|
||||
=====
|
||||
- Add `additional_dependencies` to hook configuration.
|
||||
- Fix pre-commit cloning under git 2.6
|
||||
- Small improvements for windows
|
||||
|
||||
0.6.5
|
||||
=====
|
||||
- Allow args for pcre hooks
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.6.5',
|
||||
version='0.6.6',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue