mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
style: format benchmark.py with black
This commit is contained in:
parent
a9401e921e
commit
fcb2bacd1e
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ def main(
|
|||
dirnames: Optional[List[str]] = typer.Argument(None, help="Directory names"),
|
||||
graphs: bool = typer.Option(False, "--graphs", help="Generate graphs"),
|
||||
model: str = typer.Option("gpt-3.5-turbo", "--model", "-m", help="Model name"),
|
||||
sleep: float = typer.Option(0, "--sleep", help="Sleep seconds between tests when single threaded"),
|
||||
sleep: float = typer.Option(
|
||||
0, "--sleep", help="Sleep seconds between tests when single threaded"
|
||||
),
|
||||
edit_format: str = typer.Option(None, "--edit-format", "-e", help="Edit format"),
|
||||
editor_model: str = typer.Option(None, "--editor-model", help="Editor model name"),
|
||||
editor_edit_format: str = typer.Option(None, "--editor-edit-format", help="Editor edit format"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue