Skip to content

Commit 229a4e0

Browse files
committed
v2.13.0
1 parent a1f2d69 commit 229a4e0

File tree

3 files changed

+25
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2.13.0 - 2021-05-21
2+
===================
3+
4+
### Features
5+
- Setting `SKIP=...` skips installation as well.
6+
- #1875 PR by @asottile.
7+
- pre-commit-ci/issues#53 issue by @TylerYep.
8+
- Attempt to mount from host with docker-in-docker.
9+
- #1888 PR by @okainov.
10+
- #1387 issue by @okainov.
11+
- Enable `repo: local` for `r` hooks.
12+
- #1878 PR by @lorenzwalthert.
13+
- Upgrade `ruby-build` and `rbenv`.
14+
- #1913 PR by @jalessio.
15+
16+
### Fixes
17+
- Better detect `r` packages.
18+
- #1898 PR by @lorenzwalthert.
19+
- Avoid warnings with mismatched `renv` versions.
20+
- #1841 PR by @lorenzwalthert.
21+
- Reproducibly produce ruby tar resources.
22+
- #1915 PR by @asottile.
23+
124
2.12.1 - 2021-04-16
225
===================
326

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.12.1
3+
version = 2.13.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)