This is v0.1.1

This commit is contained in:
Anthony Sottile 2014-06-19 17:51:42 -07:00
parent ba52312ee8
commit c94b2087db
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,5 @@
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: a751eb58f91d8fa70e8b87c9c95777c5a743a932
sha: ba52312ee8a95ca1b075ee864f3ab78bd5f592a4
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -8,7 +8,7 @@
- id: name-tests-test
- id: flake8
- repo: git@github.com:pre-commit/pre-commit
sha: bcb1283267c0a041c77150a80a58f1bc2a3252d6
sha: 061ac8168235070e39d5458c55839517b6f97920
hooks:
- id: validate_config
- id: validate_manifest

7
CHANGELOG Normal file
View file

@ -0,0 +1,7 @@
0.1.1
=====
- Don't crash on non-parseable files for debug-statement-hook
0.1.0
=====
- Initial Release

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.1.0',
version='0.1.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',