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 bfa23f1 commit 95c3afaCopy full SHA for 95c3afa
1 file changed
pre_commit/commands/autoupdate.py
@@ -107,10 +107,7 @@ def autoupdate(runner, tags_only):
107
output_configs = []
108
changed = False
109
110
- input_configs = load_config(
111
- runner.config_file_path,
112
- load_strategy=ordered_load,
113
- )
+ input_configs = load_config(runner.config_file_path)
114
115
for repo_config in input_configs:
116
if is_local_repo(repo_config):
0 commit comments