Skip to content

Commit c086b03

Browse files
committed
chore: Ignore lint
1 parent 3bc2d7b commit c086b03

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

203203

204204
@duty(nofail=PY_VERSION == PY_DEV)
205-
def test(ctx: Context, *cli_args: str, snapshot: str = "report") -> None:
205+
def test(ctx: Context, *cli_args: str, snapshot: str = "report") -> None: # noqa: PT028
206206
"""Run the test suite."""
207207
os.environ["COVERAGE_FILE"] = f".coverage.{PY_VERSION}"
208208
os.environ["PYTHONWARNDEFAULTENCODING"] = "1"

0 commit comments

Comments
 (0)