We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f0da0 commit 7a7667fCopy full SHA for 7a7667f
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.6.7
2
+- Print a useful message when a hook id is not present
3
+- Fix printing of non-ascii with unexpected errors
4
+- Print a message when a hook modifies files but produces no output
5
+
6
0.6.6
7
=====
8
- Add `additional_dependencies` to hook configuration.
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.6.6',
+ version='0.6.7',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments