mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-20 07:59:20 -05:00
Add error_handler and use it.
This commit is contained in:
@@ -16,13 +16,13 @@ COLS = int(
|
||||
|
||||
|
||||
def get_hook_message(
|
||||
start,
|
||||
postfix='',
|
||||
end_msg=None,
|
||||
end_len=0,
|
||||
end_color=None,
|
||||
use_color=None,
|
||||
cols=COLS,
|
||||
start,
|
||||
postfix='',
|
||||
end_msg=None,
|
||||
end_len=0,
|
||||
end_color=None,
|
||||
use_color=None,
|
||||
cols=COLS,
|
||||
):
|
||||
"""Prints a message for running a hook.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user