Skip to content

Commit

Permalink
v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Dec 7, 2020
1 parent eacf4c8 commit a062cbd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v2.9.2
rev: v2.9.3
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.9.3 - 2020-12-07
==================

### Fixes
- Fix crash on cygwin mismatch check outside of a git directory
- #1721 PR by @asottile.
- #1720 issue by @chronoB.
- Fix cleanup code on docker volumes for go
- #1725 PR by @fsouza.
- Fix working directory detection on SUBST drives on windows
- #1727 PR by mrogaski.
- #1610 issue by @jcameron73.

2.9.2 - 2020-11-25
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.9.2
version = 2.9.3
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit a062cbd

Please sign in to comment.