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 0e73fb9 commit 3f7e715Copy full SHA for 3f7e715
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.18.1
2
+======
3
+- Only mention locking when waiting for a lock.
4
+- Fix `IOError` during locking in timeout situtation on windows under python 2.
5
+
6
0.18.0
7
======
8
- Add a new `docker_image` language type. `docker_image` is intended to be a
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.18.0',
+ version='0.18.1',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments