mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 12:30:08 -06:00
Edit comment
This commit is contained in:
@@ -116,7 +116,7 @@ def autoupdate(runner, tags_only, repo=None):
|
||||
input_config = load_config(runner.config_file_path)
|
||||
|
||||
for repo_config in input_config['repos']:
|
||||
# Skip any repo_configs that aren't the specified repo
|
||||
# Skip updating any repo_configs that aren't the specified repo
|
||||
if repo and repo != repo_config['repo']:
|
||||
output_repos.append(repo_config)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user