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

Skip to content

Commit dfb058f

Browse files
committed
Edit comment again
1 parent e4f28a2 commit dfb058f

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
@@ -116,7 +116,7 @@ def autoupdate(runner, tags_only, repo=None):
116116
input_config = load_config(runner.config_file_path)
117117

118118
for repo_config in input_config['repos']:
119-
# Skip updating any repo_configs that aren't the specified repo
119+
# Skip updating any repo_configs that aren't for the specified repo
120120
if repo and repo != repo_config['repo']:
121121
output_repos.append(repo_config)
122122
continue

0 commit comments

Comments
 (0)