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.
1 parent 1a5f247 commit 8837cfaCopy full SHA for 8837cfa
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.9.4
2
+=====
3
+- Warn when cygwin / python mismatch
4
+- Add --config for customizing configuration during run
5
+- Update rbenv + plugins to latest versions
6
+- pcre hooks now fail when grep / ggrep are not present
7
+
8
0.9.3
9
=====
10
- Fix python hook installation when a strange setup.cfg exists
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.9.3',
+ version='0.9.4',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments