We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df9948 commit 63142f2Copy full SHA for 63142f2
2 files changed
CHANGELOG
@@ -1,3 +1,8 @@
1
+0.7.0
2
+=====
3
+- Improve search for detecting aws keys
4
+- Add .pre-commit-hooks.yaml for forward compatibility
5
+
6
0.6.1
7
=====
8
- trailing-whitespace-hook: restore original file on catastrophic failure
setup.py
@@ -6,7 +6,7 @@
name='pre_commit_hooks',
description='Some out-of-the-box hooks for pre-commit.',
url='https://github.com/pre-commit/pre-commit-hooks',
9
- version='0.6.1',
+ version='0.7.0',
10
11
author='Anthony Sottile',
12
author_email='asottile@umich.edu',
0 commit comments