This commit is contained in:
Anthony Sottile 2016-04-05 10:52:44 -07:00
parent 44e1753f98
commit ff65d01841
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -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',