mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
v1.16.1
This commit is contained in:
parent
c2980217a8
commit
168ede2be0
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
1.16.1 - 2019-05-08
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Don't ``UnicodeDecodeError`` on unexpected non-UTF8 output in python health
|
||||||
|
check on windows.
|
||||||
|
- #1021 issue by @nicoddemus.
|
||||||
|
- #1022 PR by @asottile.
|
||||||
|
|
||||||
1.16.0 - 2019-05-04
|
1.16.0 - 2019-05-04
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.16.0
|
version = 1.16.1
|
||||||
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