style: Reformat code to improve linter compliance

This commit is contained in:
Paul Gauthier (aider) 2025-03-06 12:04:23 -08:00
parent 93b86a8800
commit c79db2581b
2 changed files with 17 additions and 6 deletions

View file

@ -826,7 +826,10 @@ def get_parser(default_config_files, git_root):
"--notifications-command",
metavar="COMMAND",
default=None,
help="Specify a command to run for notifications instead of the terminal bell. If not specified, a default command for your OS may be used.",
help=(
"Specify a command to run for notifications instead of the terminal bell. If not"
" specified, a default command for your OS may be used."
),
)
group.add_argument(
"--detect-urls",