Commit c67ba85 1 parent 588b6ed commit c67ba85 Copy full SHA for c67ba85
File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 21
21
hooks :
22
22
- id : autopep8
23
23
- repo : https://github.com/pre-commit/pre-commit
24
- rev : v2.9.3
24
+ rev : v2.10.0
25
25
hooks :
26
26
- id : validate_manifest
27
27
- repo : https://github.com/asottile/pyupgrade
Original file line number Diff line number Diff line change
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
+
1
25
2.9.3 - 2020-12-07
2
26
==================
3
27
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pre_commit
3
- version = 2.9.3
3
+ version = 2.10.0
4
4
description = A framework for managing and maintaining multi-language pre-commit hooks.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments