Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e54429 commit 4aa787dCopy full SHA for 4aa787d
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.18.0
2
+======
3
+- Add a new `docker_image` language type. `docker_image` is intended to be a
4
+ lightweight hook type similar to `system` / `script` which allows one to use
5
+ an existing docker image that provides a hook. `docker_image` hooks can
6
+ also be used as repository `local` hooks.
7
+
8
0.17.0
9
======
10
- Fix typos in help
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.17.0',
+ version='0.18.0',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments