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

Skip to content

Commit 07f6641

Browse files
committed
v1.18.0
1 parent e6d63d7 commit 07f6641

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
1.18.0 - 2019-08-03
2+
===================
3+
4+
### Features
5+
- Use the current running executable if it matches the requested
6+
`language_version`
7+
- #1062 PR by @asottile.
8+
- Print the stage when a hook is not found
9+
- #1078 issue by @madkinsz.
10+
- #1079 PR by @madkinsz.
11+
- `pre-commit autoupdate` now supports non-`master` default branches
12+
- #1089 PR by @asottile.
13+
- Add `pre-commit init-templatedir` which makes it easier to automatically
14+
enable `pre-commit` in cloned repositories.
15+
- #1084 issue by @ssbarnea.
16+
- #1090 PR by @asottile.
17+
- #1107 PR by @asottile.
18+
- pre-commit's color can be controlled using
19+
`PRE_COMMIT_COLOR={auto,always,never}`
20+
- #1073 issue by @saper.
21+
- #1092 PR by @geieredgar.
22+
- #1098 PR by @geieredgar.
23+
- pre-commit's color can now be disabled using `TERM=dumb`
24+
- #1073 issue by @saper.
25+
- #1103 PR by @asottile.
26+
- pre-commit now supports `docker` based hooks on windows
27+
- #1072 by @cz-fish.
28+
- #1093 PR by @geieredgar.
29+
30+
### Fixes
31+
- Fix shallow clone
32+
- #1077 PR by @asottile.
33+
- Fix autoupdate version flip flop when using shallow cloning
34+
- #1076 issue by @mxr.
35+
- #1088 PR by @asottile.
36+
- Fix autoupdate when the current revision is invalid
37+
- #1088 PR by @asottile.
38+
39+
### Misc.
40+
- Replace development instructions with `tox --devenv ...`
41+
- #1032 issue by @yoavcaspi.
42+
- #1067 PR by @asottile.
43+
44+
145
1.17.0 - 2019-06-06
246
===================
347

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.17.0
3+
version = 1.18.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)