mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Make URL clickable
I added a space after as well in order to make it look more balanced.
This commit is contained in:
parent
2500767f1b
commit
d8b54ddf4a
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ def autoupdate(config_file, store, tags_only, freeze, repos=()):
|
|||
rev_infos.append(None)
|
||||
continue
|
||||
|
||||
output.write('Updating {}...'.format(info.repo))
|
||||
output.write('Updating {} ... '.format(info.repo))
|
||||
new_info = info.update(tags_only=tags_only, freeze=freeze)
|
||||
try:
|
||||
_check_hooks_still_exist_at_rev(repo_config, new_info, store)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue