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 483c4a3 commit 20c546aCopy full SHA for 20c546a
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.5.0
2
+=====
3
+- Add a new "local" hook type for running hooks without remote configuration.
4
+- Complain loudly when .pre-commit-config.yaml is unstaged.
5
+- Better support for multiple language versions when running hooks.
6
+- Allow exclude to be defaulted in repository configuration.
7
+
8
0.4.4
9
=====
10
- Use sys.executable when executing virtualenv
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.4.4',
+ version='0.5.0',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments