Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6b9ee commit 54ccb65Copy full SHA for 54ccb65
1 file changed
pre_commit/commands/autoupdate.py
@@ -118,6 +118,7 @@ def autoupdate(runner, tags_only, repo=None):
118
for repo_config in input_config['repos']:
119
# Skip 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
123
124
if is_local_repo(repo_config) or is_meta_repo(repo_config):
0 commit comments