Skip to content

⬆️ auto update by pre-commit hooks #95

⬆️ auto update by pre-commit hooks

⬆️ auto update by pre-commit hooks #95

Triggered via pull request November 4, 2024 23:27
Status Failure
Total duration 1m 20s
Artifacts

pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Pyright Lint: sora/plugins/help/__init__.py#L37
Argument of type "UnionType" cannot be assigned to parameter "value" of type "TAValue[_T@Arg] | None" in function "__init__"   Type "UnionType" is not assignable to type "BasePattern[str, Any, Any] | type[str] | str | None"     "UnionType" is not assignable to "BasePattern[str, Any, Any]"     Type "UnionType" is not assignable to type "type[str]"     "UnionType" is not assignable to "str"     "UnionType" is not assignable to "None" (reportArgumentType)
Pyright Lint: sora/plugins/status/drawer.py#L44
Argument of type "tuple[Literal[0], Literal[0], Literal[0], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"   "tuple[Literal[0], Literal[0], Literal[0], Literal[0]]" is not assignable to "int" (reportArgumentType)
Pyright Lint
2 errors
Pyright Lint
The following actions use a deprecated Node.js version 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/