fix(lint): noqa ASYNC109 on gallery_dl.verify timeout (subprocess.run deadline, not coroutine)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -667,7 +667,7 @@ class GalleryDLService:
|
|||||||
source_config: SourceConfig | None = None,
|
source_config: SourceConfig | None = None,
|
||||||
cookies_path: str | None = None,
|
cookies_path: str | None = None,
|
||||||
auth_token: str | None = None,
|
auth_token: str | None = None,
|
||||||
timeout: float = 45.0,
|
timeout: float = 45.0, # noqa: ASYNC109 — subprocess.run timeout, not a coroutine deadline
|
||||||
) -> tuple[bool, str]:
|
) -> tuple[bool, str]:
|
||||||
"""Test that credentials authenticate against `url` WITHOUT
|
"""Test that credentials authenticate against `url` WITHOUT
|
||||||
downloading anything. Runs gallery-dl in --simulate mode limited
|
downloading anything. Runs gallery-dl in --simulate mode limited
|
||||||
|
|||||||
Reference in New Issue
Block a user