mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
v0.5.0
This commit is contained in:
parent
44e1753f98
commit
ff65d01841
2 changed files with 15 additions and 1 deletions
14
CHANGELOG
14
CHANGELOG
|
|
@ -1,3 +1,17 @@
|
|||
0.5.0
|
||||
=====
|
||||
- Add check-byte-order-marker
|
||||
- Add check-synlinks
|
||||
- check-large-files-added understands git-lfs
|
||||
- Support older git
|
||||
- Fix regex for --django in test name checker
|
||||
- Add fix-encoding-pragma hook
|
||||
- requirements-txt-fixer now sorts like latest pip
|
||||
- Add check-ast hook
|
||||
- Add detect-aws-credentials hook
|
||||
- Allow binary files to pass private key hook
|
||||
- Add pretty-format-json hook
|
||||
|
||||
0.4.2
|
||||
=====
|
||||
- Add --django to test name checker
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ setup(
|
|||
name='pre_commit_hooks',
|
||||
description='Some out-of-the-box hooks for pre-commit.',
|
||||
url='https://github.com/pre-commit/pre-commit-hooks',
|
||||
version='0.4.2',
|
||||
version='0.5.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue