mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Edit comment again
This commit is contained in:
parent
e4f28a2193
commit
dfb058f15f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def autoupdate(runner, tags_only, repo=None):
|
||||||
input_config = load_config(runner.config_file_path)
|
input_config = load_config(runner.config_file_path)
|
||||||
|
|
||||||
for repo_config in input_config['repos']:
|
for repo_config in input_config['repos']:
|
||||||
# Skip updating any repo_configs that aren't the specified repo
|
# Skip updating any repo_configs that aren't for the specified repo
|
||||||
if repo and repo != repo_config['repo']:
|
if repo and repo != repo_config['repo']:
|
||||||
output_repos.append(repo_config)
|
output_repos.append(repo_config)
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue