Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1b6a78

Browse files
committed
v1.19.0
1 parent 7728162 commit f1b6a78

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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+
139
1.18.3 - 2019-08-27
240
===================
341

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 1.18.3
3+
version = 1.19.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)