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 e150921 commit 844c839Copy full SHA for 844c839
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.14.1
2
+======
3
+- Don't crash when `always_run` is `True` and `files` is not provided.
4
+- Set `VIRTUALENV_NO_DOWNLOAD` when making python virtualenvs.
5
+
6
0.14.0
7
======
8
- Add a `pre-commit sample-config` command
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.14.0',
+ version='0.14.1',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments