Skip to content

Commit

Permalink
Removed config_file_parser_class=configargparse.YAMLConfigFileParser …
Browse files Browse the repository at this point in the history
…to use more flexible DefaultConfigFileParser #767
  • Loading branch information
paul-gauthier committed Jul 1, 2024
1 parent 338c4cf commit 4cd7d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aider/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def get_parser(default_config_files, git_root):
description="aider is GPT powered coding in your terminal",
add_config_file_help=True,
default_config_files=default_config_files,
config_file_parser_class=configargparse.YAMLConfigFileParser,
auto_env_var_prefix="AIDER_",
)
group = parser.add_argument_group("Main")
Expand Down

0 comments on commit 4cd7d92

Please sign in to comment.