File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
Expand file tree Collapse file tree 3 files changed +32
-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.15 .0
24+ rev : v2.16 .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.16.0 - 2021-11-30
2+ ===================
3+
4+ ### Features
5+ - add warning for regexes containing ` [\/] ` or ` [/\\] ` .
6+ - #2053 PR by @radek-sprta .
7+ - #2043 issue by @asottile .
8+ - move hook template back to ` bash ` resolving shebang-portability issues.
9+ - #2065 PR by @asottile .
10+ - add support for ` fail_fast ` at the individual hook level.
11+ - #2097 PR by @colens3 .
12+ - #1143 issue by @potiuk .
13+ - allow passthrough of ` GIT_CONFIG_KEY_* ` , ` GIT_CONFIG_VALUE_* ` , and
14+ ` GIT_CONFIG_COUNT ` .
15+ - #2136 PR by @emzeat .
16+
17+ ### Fixes
18+ - fix pre-commit autoupdate for ` core.useBuiltinFSMonitor=true ` on windows.
19+ - #2047 PR by @asottile .
20+ - #2046 issue by @lcnittl .
21+ - fix temporary file stashing with for ` submodule.recurse=1 ` .
22+ - #2071 PR by @asottile .
23+ - #2063 issue by @a666 .
24+ - ban broken importlib-resources versions.
25+ - #2098 PR by @asottile .
26+ - replace ` exit(...) ` with ` raise SystemExit(...) ` for portability.
27+ - #2103 PR by @asottile .
28+ - #2104 PR by @asottile .
29+
30+
1312.15.0 - 2021-09-02
232===================
333
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.15 .0
3+ version = 2.16 .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