Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2024
1 parent 7405b66 commit 646e481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmarks/bm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def func(args: argparse.Namespace):

class Branch(_SubParserGenerator):
"""Class for parsing and running the 'branch' argument."""

name = "branch"
description = (
"Performs the same operations as ``overnight``, but always on two commits "
Expand Down Expand Up @@ -295,6 +296,7 @@ def csperf(args: argparse.Namespace, run_type: Literal["cperf", "sperf"]) -> Non

class CPerf(_CSPerf):
"""Class for parsing and running the 'cperf' argument."""

name = "cperf"
description = _CSPerf.description.format("CPerf")
epilog = _CSPerf.epilog.format("cperf")
Expand All @@ -306,6 +308,7 @@ def func(args: argparse.Namespace) -> None:

class SPerf(_CSPerf):
"""Class for parsing and running the 'sperf' argument."""

name = "sperf"
description = _CSPerf.description.format("SPerf")
epilog = _CSPerf.epilog.format("sperf")
Expand All @@ -317,6 +320,7 @@ def func(args: argparse.Namespace) -> None:

class Custom(_SubParserGenerator):
"""Class for parsing and running the 'custom' argument."""

name = "custom"
description = (
"Run ASV with the input **ASV sub-command**, without any preset "
Expand Down

0 comments on commit 646e481

Please sign in to comment.