Skip to content

Commit f50248a

Browse files
committed
ci: Ignore warning
1 parent d079663 commit f50248a

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
@@ -240,7 +240,7 @@ def coverage(ctx: Context) -> None:
240240

241241

242242
@duty
243-
def test(ctx: Context, *cli_args: str, match: str = "") -> None:
243+
def test(ctx: Context, *cli_args: str, match: str = "") -> None: # noqa: PT028
244244
"""Run the test suite.
245245
246246
Parameters:

0 commit comments

Comments
 (0)