Skip to content

Commit 0f08ba7

Browse files
committed
v2.14.1
1 parent 12f62d2 commit 0f08ba7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.14.0
24+
rev: v2.14.1
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.14.1 - 2021-08-28
2+
===================
3+
4+
### Fixes
5+
- fix force-push of disparate histories using git>=2.28.
6+
- #2005 PR by @asottile.
7+
- #2002 issue by @bogusfocused.
8+
- fix `check-useless-excludes` and `check-hooks-apply` matching non-root
9+
`.pre-commit-config.yaml`.
10+
- #2026 PR by @asottile.
11+
- pre-commit-ci/issues#84 issue by @billsioros.
12+
113
2.14.0 - 2021-08-06
214
===================
315

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.14.0
3+
version = 2.14.1
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)