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 7c804ca commit f511afeCopy full SHA for f511afe
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+2.7.1 - 2020-08-23
2
+==================
3
+
4
+### Fixes
5
+- Improve performance of docker hooks by removing slow `ps` call
6
+ - #1572 PR by @rkm.
7
+ - #1569 issue by @asottile.
8
+- Fix un-`healthy()` invalidation followed by install being reported as
9
+ un-`healthy()`.
10
+ - #1576 PR by @asottile.
11
+ - #1575 issue by @jab.
12
+- Fix rare file race condition on windows with `os.replace()`
13
+ - #1577 PR by @asottile.
14
15
2.7.0 - 2020-08-22
16
==================
17
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 2.7.0
+version = 2.7.1
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments