1 parent 54ccb65 commit e4f28a2Copy full SHA for e4f28a2
1 file changed
pre_commit/commands/autoupdate.py
@@ -116,7 +116,7 @@ def autoupdate(runner, tags_only, repo=None):
116
input_config = load_config(runner.config_file_path)
117
118
for repo_config in input_config['repos']:
119
- # Skip any repo_configs that aren't the specified repo
+ # Skip updating any repo_configs that aren't the specified repo
120
if repo and repo != repo_config['repo']:
121
output_repos.append(repo_config)
122
continue
0 commit comments