mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
v0.12.1
This commit is contained in:
parent
583bc575d5
commit
3986db81ae
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
0.12.1
|
||||||
|
======
|
||||||
|
- golang hooks now support additional_dependencies
|
||||||
|
- Added a --tags-only option to pre-commit autoupdate
|
||||||
|
|
||||||
0.12.0
|
0.12.0
|
||||||
======
|
======
|
||||||
- The new default file for implementing hooks in remote repositories is now
|
- The new default file for implementing hooks in remote repositories is now
|
||||||
|
|
|
||||||
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.12.0',
|
version='0.12.1',
|
||||||
|
|
||||||
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