mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
v0.6.0
This commit is contained in:
parent
a43122c5f4
commit
6925455ef7
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
0.6.0
|
||||||
|
=====
|
||||||
|
- Merge conflict detection no longer crashes on binary files
|
||||||
|
- Indentation in json may be an arbitrary separator
|
||||||
|
- Editable requirements are properly sorted
|
||||||
|
- Encoding pragma fixer pragma is configurable
|
||||||
|
|
||||||
0.5.1
|
0.5.1
|
||||||
=====
|
=====
|
||||||
- Add a --no-sort-keys to json pretty formatter
|
- Add a --no-sort-keys to json pretty formatter
|
||||||
|
|
|
||||||
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.5.1',
|
version='0.6.0',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue