mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v0.7.1
This commit is contained in:
parent
638e16e521
commit
577d8a1dfa
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
0.7.1
|
||||||
|
=====
|
||||||
|
- Support running pre-commit inside submodules
|
||||||
|
|
||||||
0.7.0
|
0.7.0
|
||||||
=====
|
=====
|
||||||
- Store state about additional_dependencies for rollforward/rollback compatibility
|
- Store state about additional_dependencies for rollforward/rollback compatibility
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
||||||
'hooks.'
|
'hooks.'
|
||||||
),
|
),
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='0.7.0',
|
version='0.7.1',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ def test_pre_commit_path(in_tmpdir):
|
||||||
assert runner.pre_commit_path == expected_path
|
assert runner.pre_commit_path == expected_path
|
||||||
|
|
||||||
|
|
||||||
def test_pre_push_path():
|
def test_pre_push_path(in_tmpdir):
|
||||||
path = os.path.join('foo', 'bar')
|
path = os.path.join('foo', 'bar')
|
||||||
cmd_output('git', 'init', path)
|
cmd_output('git', 'init', path)
|
||||||
runner = Runner(path)
|
runner = Runner(path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue