Skip to content

Commit c67ba85

Browse files
committed
v2.10.0
1 parent 588b6ed commit c67ba85

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.pre-commit-config.yaml

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

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2.10.0 - 2021-01-27
2+
===================
3+
4+
### Features
5+
- Allow `ci` as a top-level map for configuration for https://pre-commit.ci
6+
- #1735 PR by @asottile.
7+
- Add warning for mutable `rev` in configuration
8+
- #1715 PR by @paulhfischer.
9+
- #974 issue by @asottile.
10+
- Add warning for `/*` in top-level `files` / `exclude` regexes
11+
- #1750 PR by @paulhfischer.
12+
- #1702 issue by @asottile.
13+
- Expose `PRE_COMMIT_REMOTE_BRANCH` environment variable during `pre-push`
14+
hooks
15+
- #1770 PR by @surafelabebe.
16+
- Produce error message for `language` / `language_version` for non-installable
17+
languages
18+
- #1771 PR by @asottile.
19+
20+
### Fixes
21+
- Fix execution in worktrees in subdirectories of bare repositories
22+
- #1778 PR by @asottile.
23+
- #1777 issue by @s0undt3ch.
24+
125
2.9.3 - 2020-12-07
226
==================
327

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.9.3
3+
version = 2.10.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)