Skip to content

⬆️ Update dependency playwright to >=1.45.1 #324

⬆️ Update dependency playwright to >=1.45.1

⬆️ Update dependency playwright to >=1.45.1 #324

Triggered via pull request July 3, 2024 11:47
Status Failure
Total duration 47s
Artifacts

pyright.yml

on: pull_request
Pyright Lint
38s
Pyright Lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Pyright Lint: kirami/utils/webwright.py#L109
Argument of type "Tuple[str, str]" cannot be assigned to parameter "program" of type "StrOrBytesPath" in function "create_subprocess_exec"   Type "Tuple[str, str]" is incompatible with type "StrOrBytesPath"     "Tuple[str, str]" is incompatible with "str"     "Tuple[str, str]" is incompatible with "bytes"     "Tuple[str, str]" is incompatible with protocol "PathLike[str]"       "__fspath__" is not present     "Tuple[str, str]" is incompatible with protocol "PathLike[bytes]"       "__fspath__" is not present (reportArgumentType)
Pyright Lint
1 error
Pyright Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pdm-project/setup-pdm@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.