Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95c3afa

Browse files
committed
Config loading uses ordered_load by default
1 parent bfa23f1 commit 95c3afa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pre_commit/commands/autoupdate.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ def autoupdate(runner, tags_only):
107107
output_configs = []
108108
changed = False
109109

110-
input_configs = load_config(
111-
runner.config_file_path,
112-
load_strategy=ordered_load,
113-
)
110+
input_configs = load_config(runner.config_file_path)
114111

115112
for repo_config in input_configs:
116113
if is_local_repo(repo_config):

0 commit comments

Comments
 (0)