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 48a97d3 commit 163545eCopy full SHA for 163545e
tests/test_application.py
@@ -22,7 +22,7 @@ def anyio_backend():
22
return "asyncio"
23
24
25
-async def test_application(tmp_path, anyio_backend):
+async def test_application(tmp_path, anyio_backend): # noqa: ARG001
26
src_dir = tmp_path / "docs"
27
out_dir = tmp_path / "build"
28
shutil.copytree(ROOT / "docs", tmp_path / "docs")
0 commit comments