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 0478c60 commit 3bc12b1Copy full SHA for 3bc12b1
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.13.0
2
+======
3
+- Autoupdate now works even when the current state is broken.
4
+- Improve pre-push fileset on new branches
5
+- Allow "language local" hooks, hooks which install dependencies using
6
+ `additional_dependencies` and `language` are now allowed in `repo: local`.
7
+
8
0.12.2
9
======
10
- Fix docker hooks on older (<1.12) docker
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.12.2',
+ version='0.13.0',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments