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 f9ce156 commit 20f0462Copy full SHA for 20f0462
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.7.1
2
+=====
3
+- Don't false positive on files where trailing whitespace isn't changed.
4
+
5
0.7.0
6
=====
7
- Improve search for detecting aws keys
setup.py
@@ -6,7 +6,7 @@
name='pre_commit_hooks',
description='Some out-of-the-box hooks for pre-commit.',
8
url='https://github.com/pre-commit/pre-commit-hooks',
9
- version='0.7.0',
+ version='0.7.1',
10
11
author='Anthony Sottile',
12
author_email='asottile@umich.edu',
0 commit comments