mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v0.18.0
This commit is contained in:
parent
4e54429b6d
commit
4aa787db19
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
0.18.0
|
||||
======
|
||||
- Add a new `docker_image` language type. `docker_image` is intended to be a
|
||||
lightweight hook type similar to `system` / `script` which allows one to use
|
||||
an existing docker image that provides a hook. `docker_image` hooks can
|
||||
also be used as repository `local` hooks.
|
||||
|
||||
0.17.0
|
||||
======
|
||||
- Fix typos in help
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.17.0',
|
||||
version='0.18.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue