Skip to content

Commit 577d8a1

Browse files
committed
v0.7.1
1 parent 638e16e commit 577d8a1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.1
2+
=====
3+
- Support running pre-commit inside submodules
4+
15
0.7.0
26
=====
37
- Store state about additional_dependencies for rollforward/rollback compatibility

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='0.7.0',
12+
version='0.7.1',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

tests/runner_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_pre_commit_path(in_tmpdir):
8888
assert runner.pre_commit_path == expected_path
8989

9090

91-
def test_pre_push_path():
91+
def test_pre_push_path(in_tmpdir):
9292
path = os.path.join('foo', 'bar')
9393
cmd_output('git', 'init', path)
9494
runner = Runner(path)

0 commit comments

Comments
 (0)