Skip to content

Commit c7bfe4b

Browse files
committed
style: Format
1 parent b044c15 commit c7bfe4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def coverage(ctx: Context) -> None:
448448

449449

450450
@duty(nofail=PY_VERSION == PY_DEV)
451-
def test(ctx: Context, *cli_args: str) -> None: # noqa: PT028
451+
def test(ctx: Context, *cli_args: str) -> None:
452452
"""Run the test suite.
453453
454454
```bash

0 commit comments

Comments
 (0)