From 080953760fc619fbdc7dc469a4732b6a5edab40c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 31 Jul 2024 09:52:18 -0300 Subject: [PATCH] formatting --- aider/args.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index 307eb7f6e..ba371cb1a 100644 --- a/aider/args.py +++ b/aider/args.py @@ -32,7 +32,10 @@ def get_parser(default_config_files, git_root): "files", metavar="FILE", nargs="*", help="files to edit with an LLM (optional)" ) group.add_argument( - "--file", action="append", metavar="FILE", help="specify a file to edit (can be used multiple times)" + "--file", + action="append", + metavar="FILE", + help="specify a file to edit (can be used multiple times)", ) group.add_argument( "--openai-api-key",