mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v1.17.0
This commit is contained in:
parent
a75fe69984
commit
016eda9f3c
2 changed files with 27 additions and 1 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
|
@ -1,3 +1,29 @@
|
||||||
|
1.17.0 - 2019-06-06
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Produce better output on `^C`
|
||||||
|
- #1030 PR by @asottile.
|
||||||
|
- Warn on unknown keys at the top level and repo level
|
||||||
|
- #1028 PR by @yoavcaspi.
|
||||||
|
- #1048 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix handling of `^C` in wrapper script in python 3.x
|
||||||
|
- #1027 PR by @asottile.
|
||||||
|
- Fix `rmtree` for non-writable directories
|
||||||
|
- #1042 issue by @detailyang.
|
||||||
|
- #1043 PR by @asottile.
|
||||||
|
- Pass `--color` option to `git diff` in `--show-diff-on-failure`
|
||||||
|
- #1007 issue by @chadrik.
|
||||||
|
- #1051 PR by @mandarvaze.
|
||||||
|
|
||||||
|
### Misc.
|
||||||
|
- Fix test when `pre-commit` is installed globally
|
||||||
|
- #1032 issue by @yoavcaspi.
|
||||||
|
- #1045 PR by @asottile.
|
||||||
|
|
||||||
|
|
||||||
1.16.1 - 2019-05-08
|
1.16.1 - 2019-05-08
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.16.1
|
version = 1.17.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue