File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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
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+
1252.9.3 - 2020-12-07
226==================
327
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.9.3
3+ version = 2.10.0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments