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 a2ba618 commit 58df7c0Copy full SHA for 58df7c0
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.10.0
2
+======
3
+- Add an `install-hooks` command similar to `install --install-hooks` but
4
+ without the `install` side-effects.
5
+- Adds support for docker based hooks.
6
+
7
0.9.4
8
=====
9
- Warn when cygwin / python mismatch
setup.py
@@ -9,7 +9,7 @@
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.9.4',
+ version='0.10.0',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments