Skip to content

Commit c4f2c6d

Browse files
committed
v2.9.1
1 parent a9ed1de commit c4f2c6d

File tree

3 files changed

+17
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.9.1 - 2020-11-25
2+
==================
3+
4+
### Fixes
5+
- Improve error message for "hook goes missing"
6+
- #1709 PR by @paulhfischer.
7+
- #1708 issue by @theod07.
8+
- Add warning for `/*` in `files` / `exclude` regexes
9+
- #1707 PR by @paulhfischer.
10+
- #1702 issue by @asottile.
11+
- Fix `healthy()` check for `language: python` on windows when the base
12+
executable has non-ascii characters.
13+
- #1713 PR by @asottile.
14+
- #1711 issue by @Najiva.
15+
116
2.9.0 - 2020-11-21
217
==================
318

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.9.0
3+
version = 2.9.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)