Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8b54dd

Browse files
authored
Make URL clickable
I added a space after as well in order to make it look more balanced.
1 parent 2500767 commit d8b54dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit/commands/autoupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def autoupdate(config_file, store, tags_only, freeze, repos=()):
136136
rev_infos.append(None)
137137
continue
138138

139-
output.write('Updating {}...'.format(info.repo))
139+
output.write('Updating {} ... '.format(info.repo))
140140
new_info = info.update(tags_only=tags_only, freeze=freeze)
141141
try:
142142
_check_hooks_still_exist_at_rev(repo_config, new_info, store)

0 commit comments

Comments
 (0)