Skip to content

Commit 54c49ab

Browse files
committed
v2.11.0
1 parent b3750ca commit 54c49ab

File tree

3 files changed

+22
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2.11.0 - 2021-03-07
2+
===================
3+
4+
### Features
5+
- Improve warning for mutable ref.
6+
- #1809 PR by @JamMarHer.
7+
- Add support for `post-merge` hook.
8+
- #1800 PR by @psacawa.
9+
- #1762 issue by @psacawa.
10+
- Add `r` as a supported hook language.
11+
- #1799 PR by @lorenzwalthert.
12+
13+
### Fixes
14+
- Fix `pre-commit install` on `subst` / network drives on windows.
15+
- #1814 PR by @asottile.
16+
- #1802 issue by @goroderickgo.
17+
- Fix installation of `local` golang repositories for go 1.16.
18+
- #1818 PR by @rafikdraoui.
19+
- #1815 issue by @rafikdraoui.
20+
121
2.10.1 - 2021-02-06
222
===================
323

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.10.1
3+
version = 2.11.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)