Skip to content

Commit a062cbd

Browse files
committed
v2.9.3
1 parent eacf4c8 commit a062cbd

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.9.3 - 2020-12-07
2+
==================
3+
4+
### Fixes
5+
- Fix crash on cygwin mismatch check outside of a git directory
6+
- #1721 PR by @asottile.
7+
- #1720 issue by @chronoB.
8+
- Fix cleanup code on docker volumes for go
9+
- #1725 PR by @fsouza.
10+
- Fix working directory detection on SUBST drives on windows
11+
- #1727 PR by mrogaski.
12+
- #1610 issue by @jcameron73.
13+
114
2.9.2 - 2020-11-25
215
==================
316

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.2
3+
version = 2.9.3
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)