mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
fixing build
This commit is contained in:
parent
1d8af9ce50
commit
6cf21ec533
2 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def empty_git_dir(tmpdir):
|
|||
|
||||
def add_and_commit():
|
||||
local['git']['add', '.']()
|
||||
local['git']['commit', '-m', 'random commit', '--author', 'A U Thor <author@example.com>']()
|
||||
local['git']['commit', '-m', 'random commit']()
|
||||
|
||||
|
||||
@pytest.yield_fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue