mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Remove pre_commit.five
This commit is contained in:
parent
f33716cc17
commit
67c2dcd90d
10 changed files with 33 additions and 60 deletions
|
|
@ -173,7 +173,7 @@ def _run_single_hook(
|
|||
|
||||
if out.strip():
|
||||
output.write_line()
|
||||
output.write_line(out.strip(), logfile_name=hook.log_file)
|
||||
output.write_line_b(out.strip(), logfile_name=hook.log_file)
|
||||
output.write_line()
|
||||
|
||||
return files_modified or bool(retcode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue