mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 10:16:54 +00:00
v0.7.0
This commit is contained in:
parent
2df9948c67
commit
63142f2d4e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.7.0
|
||||
=====
|
||||
- Improve search for detecting aws keys
|
||||
- Add .pre-commit-hooks.yaml for forward compatibility
|
||||
|
||||
0.6.1
|
||||
=====
|
||||
- trailing-whitespace-hook: restore original file on catastrophic failure
|
||||
|
|
|
|||
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.6.1',
|
||||
version='0.7.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue