Skip to content

Commit 099213f

Browse files
committed
v2.9.0
1 parent b368fbd commit 099213f

File tree

3 files changed

+28
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2.9.0 - 2020-11-21
2+
==================
3+
4+
### Features
5+
- Add `types_or` which allows matching multiple disparate `types` in a hook
6+
- #1677 by @MarcoGorelli.
7+
- #607 by @asottile.
8+
- Add Github Sponsors / Open Collective links
9+
- https://github.com/sponsors/asottile
10+
- https://opencollective.com/pre-commit
11+
12+
### Fixes
13+
- Improve cleanup for `language: dotnet`
14+
- #1678 by @rkm.
15+
- Fix "xargs" when running windows batch files
16+
- #1686 PR by @asottile.
17+
- #1604 issue by @apietrzak.
18+
- #1604 issue by @ufwtlsb.
19+
- Fix conflict with external `rbenv` and `language_version: default`
20+
- #1700 PR by @asottile.
21+
- #1699 issue by @abuxton.
22+
- Improve performance of `git status` / `git diff` commands by ignoring
23+
submodules
24+
- #1704 PR by @Vynce.
25+
- #1701 issue by @Vynce.
26+
127
2.8.2 - 2020-10-30
228
==================
329

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