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 583bc57 commit 3986db8Copy full SHA for 3986db8
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.12.1
2
+======
3
+- golang hooks now support additional_dependencies
4
+- Added a --tags-only option to pre-commit autoupdate
5
+
6
0.12.0
7
======
8
- The new default file for implementing hooks in remote repositories is now
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.12.0',
+ version='0.12.1',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments