update pre-commit (#330)

This commit is contained in:
Shuchang Zheng
2024-05-16 17:11:49 -07:00
committed by GitHub
parent 482a8b8466
commit 9e1b07451f
19 changed files with 40 additions and 24 deletions

View File

@@ -29,8 +29,7 @@ LOG = structlog.get_logger()
class BrowserContextCreator(Protocol):
def __call__(
self, playwright: Playwright, **kwargs: dict[str, Any]
) -> Awaitable[tuple[BrowserContext, BrowserArtifacts]]:
...
) -> Awaitable[tuple[BrowserContext, BrowserArtifacts]]: ...
class BrowserContextFactory: