Skip to content

Commit a1b462c

Browse files
committed
v2.12.0
1 parent baadc2d commit a1b462c

File tree

3 files changed

+18
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2.12.0 - 2021-04-06
2+
===================
3+
4+
### Features
5+
- Upgrade rbenv.
6+
- #1854 PR by @asottile.
7+
- #1848 issue by @sirosen.
8+
9+
### Fixes
10+
- Give command length a little more room when running batch files on windows
11+
so underlying commands can expand further.
12+
- #1864 PR by @asottile.
13+
- pre-commit/mirrors-prettier#7 issue by @DeltaXWizard.
14+
- Fix permissions of root folder in ruby archives.
15+
- #1868 PR by @asottile.
16+
117
2.11.1 - 2021-03-09
218
===================
319

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.11.1
3+
version = 2.12.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)