mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Various cleanup.
This commit is contained in:
parent
bf912cfebb
commit
01b557c497
12 changed files with 85 additions and 37 deletions
|
|
@ -26,8 +26,8 @@ def get_hook_message(
|
|||
>>> print_hook_message('start', end_len=6)
|
||||
start...............................................................
|
||||
|
||||
# Print `start` followed by dots with the end message colored if coloring is
|
||||
# specified and a newline afterwards
|
||||
# Print `start` followed by dots with the end message colored if coloring
|
||||
# is specified and a newline afterwards
|
||||
>>> print_hook_message(
|
||||
'start',
|
||||
end_msg='end',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue