Skip to content

⬆️ Update dependency playwright to >=1.45.1 #331

⬆️ Update dependency playwright to >=1.45.1

⬆️ Update dependency playwright to >=1.45.1 #331

Triggered via pull request July 23, 2024 14:54
Status Failure
Total duration 51s
Artifacts

pyright.yml

on: pull_request
Pyright Lint
41s
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pdm-project/setup-pdm@v3, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/