mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-26 10:02:22 +08:00
v0.6.1
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
0.6.1
|
||||||
|
=====
|
||||||
|
- trailing-whitespace-hook: restore original file on catastrophic failure
|
||||||
|
- trailing-whitespace-hook: support crlf
|
||||||
|
- check-yaml: Use safe_load
|
||||||
|
- check-json: allow custom key sort
|
||||||
|
- check-json: display filename for non-utf8 files
|
||||||
|
- New hook: forbid-new-submodules
|
||||||
|
|
||||||
0.6.0
|
0.6.0
|
||||||
=====
|
=====
|
||||||
- Merge conflict detection no longer crashes on binary files
|
- Merge conflict detection no longer crashes on binary files
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ setup(
|
|||||||
name='pre_commit_hooks',
|
name='pre_commit_hooks',
|
||||||
description='Some out-of-the-box hooks for pre-commit.',
|
description='Some out-of-the-box hooks for pre-commit.',
|
||||||
url='https://github.com/pre-commit/pre-commit-hooks',
|
url='https://github.com/pre-commit/pre-commit-hooks',
|
||||||
version='0.6.0',
|
version='0.6.1',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
Reference in New Issue
Block a user