File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-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.13 .0
24+ rev : v2.14 .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.14.0 - 2021-08-06
2+ ===================
3+
4+ ### Features
5+ - During ` pre-push ` hooks, expose local branch as ` PRE_COMMIT_LOCAL_BRANCH ` .
6+ - #1947 PR by @FlorentClarret .
7+ - #1410 issue by @MaicoTimmerman .
8+ - Improve container id detection for docker-beside-docker with custom hostname.
9+ - #1919 PR by @adarnimrod .
10+ - #1918 issue by @adarnimrod .
11+
12+ ### Fixes
13+ - Read legacy hooks in an encoding-agnostic way.
14+ - #1943 PR by @asottile .
15+ - #1942 issue by @sbienkow-ninja .
16+ - Fix execution of docker hooks for docker-in-docker.
17+ - #1997 PR by @asottile .
18+ - #1978 issue by @robin-moss .
19+
1202.13.0 - 2021-05-21
221===================
322
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.13 .0
3+ version = 2.14 .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