We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc2d7b commit c086b03Copy full SHA for c086b03
duties.py
@@ -202,7 +202,7 @@ def coverage(ctx: Context) -> None:
202
203
204
@duty(nofail=PY_VERSION == PY_DEV)
205
-def test(ctx: Context, *cli_args: str, snapshot: str = "report") -> None:
+def test(ctx: Context, *cli_args: str, snapshot: str = "report") -> None: # noqa: PT028
206
"""Run the test suite."""
207
os.environ["COVERAGE_FILE"] = f".coverage.{PY_VERSION}"
208
os.environ["PYTHONWARNDEFAULTENCODING"] = "1"
0 commit comments