mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 21:10:27 -06:00
Make URL clickable
I added a space after as well in order to make it look more balanced.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user