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 6e5ac07 commit 9f5c995Copy full SHA for 9f5c995
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.13.4
2
+======
3
+- Add `--show-diff-on-failure` option to `pre-commit run`
4
+- Replace `jsonschema` with better erorr messages
5
+
6
0.13.3
7
======
8
- Add `--allow-missing-config` to install: allows `git commit` without a
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.13.3',
+ version='0.13.4',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments