Skip to content

Commit 9ff4294

Browse files
committed
ci: Ignore false-positive PT028 warning
1 parent 4a3d844 commit 9ff4294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duties.py

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

194194

195195
@duty
196-
def test(ctx: Context, *cli_args: str, match: str = "") -> None:
196+
def test(ctx: Context, *cli_args: str, match: str = "") -> None: # noqa: PT028
197197
"""Run the test suite.
198198
199199
Parameters:

0 commit comments

Comments
 (0)