style: Apply linter formatting

This commit is contained in:
Paul Gauthier (aider) 2024-12-20 16:03:44 -08:00
parent e334cbb5d4
commit 8d0decc17a

View file

@ -196,7 +196,9 @@ def main(
False, "--stats", "-s", help="Do not run tests, just collect stats on completed tests"
),
stats_languages: str = typer.Option(
None, "--stats-languages", help="Only include stats for specific languages (comma separated)"
None,
"--stats-languages",
help="Only include stats for specific languages (comma separated)",
),
diffs_only: bool = typer.Option(False, "--diffs", help="Just diff the provided stats dirs"),
tries: int = typer.Option(2, "--tries", "-r", help="Number of tries for running tests"),