Skip to content

Commit 36b8ad6

Browse files
committed
v2.15.0
1 parent c64c36b commit 36b8ad6

File tree

3 files changed

+20
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.15.0 - 2021-09-02
2+
===================
3+
4+
### Features
5+
- add support for hooks written in `dart`.
6+
- #2027 PR by @asottile.
7+
- add support for `post-rewrite` hooks.
8+
- #2036 PR by @uSpike.
9+
- #2035 issue by @uSpike.
10+
11+
### Fixes
12+
- fix `check-useless-excludes` with exclude matching broken symlink.
13+
- #2029 PR by @asottile.
14+
- #2019 issue by @pkoch.
15+
- eliminate duplicate mutable sha warning messages for `pre-commit autoupdate`.
16+
- #2030 PR by @asottile.
17+
- #2010 issue by @graingert.
18+
119
2.14.1 - 2021-08-28
220
===================
321

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.1
3+
version = 2.15.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)