mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-03 22:09:14 -05:00
fixing build
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user