Skip to content

Commit d91a4c4

Browse files
committed
v2.16.0
1 parent 3efc436 commit d91a4c4

File tree

3 files changed

+32
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2.16.0 - 2021-11-30
2+
===================
3+
4+
### Features
5+
- add warning for regexes containing `[\/]` or `[/\\]`.
6+
- #2053 PR by @radek-sprta.
7+
- #2043 issue by @asottile.
8+
- move hook template back to `bash` resolving shebang-portability issues.
9+
- #2065 PR by @asottile.
10+
- add support for `fail_fast` at the individual hook level.
11+
- #2097 PR by @colens3.
12+
- #1143 issue by @potiuk.
13+
- allow passthrough of `GIT_CONFIG_KEY_*`, `GIT_CONFIG_VALUE_*`, and
14+
`GIT_CONFIG_COUNT`.
15+
- #2136 PR by @emzeat.
16+
17+
### Fixes
18+
- fix pre-commit autoupdate for `core.useBuiltinFSMonitor=true` on windows.
19+
- #2047 PR by @asottile.
20+
- #2046 issue by @lcnittl.
21+
- fix temporary file stashing with for `submodule.recurse=1`.
22+
- #2071 PR by @asottile.
23+
- #2063 issue by @a666.
24+
- ban broken importlib-resources versions.
25+
- #2098 PR by @asottile.
26+
- replace `exit(...)` with `raise SystemExit(...)` for portability.
27+
- #2103 PR by @asottile.
28+
- #2104 PR by @asottile.
29+
30+
131
2.15.0 - 2021-09-02
232
===================
333

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.15.0
3+
version = 2.16.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)