File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.19.0 - 2019-10-26
2+ ===================
3+
4+ ### Features
5+ - Allow ` --hook-type ` to be specified multiple times.
6+ - example: ` pre-commit install --hook-type pre-commit --hook-type pre-push `
7+ - #1139 issue by @MaxymVlasov .
8+ - #1145 PR by @asottile .
9+ - Include more version information in crash logs.
10+ - #1142 by @marqueewinq .
11+ - Hook colors are now passed through on platforms which support ` pty ` .
12+ - #1169 by @asottile .
13+ - pre-commit now uses ` importlib.metadata ` directly when running in python 3.8
14+ - #1176 by @asottile .
15+ - Normalize paths to forward slash separators on windows.
16+ - makes it easier to match paths with ` files: ` regex
17+ - avoids some quoting bugs in shell-based hooks
18+ - #1173 issue by @steigenTI .
19+ - #1179 PR by @asottile .
20+
21+ ### Fixes
22+ - Remove some extra newlines from error messages.
23+ - #1148 by @asottile .
24+ - When a hook is not executable it now reports ` not executable ` instead of
25+ ` not found ` .
26+ - #1159 issue by @nixjdm .
27+ - #1161 PR by @WillKoehrsen .
28+ - Fix interleaving of stdout / stderr in hooks.
29+ - #1168 by @asottile .
30+ - Fix python environment ` healthy() ` check when current working directory
31+ contains modules which shadow standard library names.
32+ - issue by @vwhsu92 .
33+ - #1185 PR by @asottile .
34+
35+ ### Updating
36+ - Regexes handling both backslashes and forward slashes for directory
37+ separators now only need to handle forward slashes.
38+
1391.18.3 - 2019-08-27
240===================
341
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 1.18.3
3+ version = 1.19.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