Skip to content

Commit ab15d7d

Browse files
committed
v2.14.0
1 parent 6cfdabb commit ab15d7d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v2.13.0
24+
rev: v2.14.0
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.14.0 - 2021-08-06
2+
===================
3+
4+
### Features
5+
- During `pre-push` hooks, expose local branch as `PRE_COMMIT_LOCAL_BRANCH`.
6+
- #1947 PR by @FlorentClarret.
7+
- #1410 issue by @MaicoTimmerman.
8+
- Improve container id detection for docker-beside-docker with custom hostname.
9+
- #1919 PR by @adarnimrod.
10+
- #1918 issue by @adarnimrod.
11+
12+
### Fixes
13+
- Read legacy hooks in an encoding-agnostic way.
14+
- #1943 PR by @asottile.
15+
- #1942 issue by @sbienkow-ninja.
16+
- Fix execution of docker hooks for docker-in-docker.
17+
- #1997 PR by @asottile.
18+
- #1978 issue by @robin-moss.
19+
120
2.13.0 - 2021-05-21
221
===================
322

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.13.0
3+
version = 2.14.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)