We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638e16e commit 577d8a1Copy full SHA for 577d8a1
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.7.1
2
+=====
3
+- Support running pre-commit inside submodules
4
+
5
0.7.0
6
=====
7
- Store state about additional_dependencies for rollforward/rollback compatibility
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.7.0',
+ version='0.7.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
tests/runner_test.py
@@ -88,7 +88,7 @@ def test_pre_commit_path(in_tmpdir):
88
assert runner.pre_commit_path == expected_path
89
90
91
-def test_pre_push_path():
+def test_pre_push_path(in_tmpdir):
92
path = os.path.join('foo', 'bar')
93
cmd_output('git', 'init', path)
94
runner = Runner(path)
0 commit comments