style: Format code to comply with linter rules

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 12:01:55 -07:00
parent 076c38526a
commit 2589c29b1c
2 changed files with 9 additions and 3 deletions

View file

@ -185,7 +185,9 @@ def get_parser(default_config_files, git_root):
"--check-model-accepts-settings",
action=argparse.BooleanOptionalAction,
default=True,
help="Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)",
help=(
"Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)"
),
)
group.add_argument(
"--max-chat-history-tokens",