mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Remove print statement
This commit is contained in:
parent
e21cd01a70
commit
6cb92e067c
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ def _test_hook_repo(
|
|||
hook for repo_hook_id, hook in repo.hooks if repo_hook_id == hook_id
|
||||
][0]
|
||||
ret = repo.run_hook(hook_dict, args)
|
||||
print ret
|
||||
assert ret[0] == expected_return_code
|
||||
assert ret[1].replace(b'\r\n', b'\n') == expected
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue