Skip to content

⬆️ auto update by pre-commit hooks #94

⬆️ auto update by pre-commit hooks

⬆️ auto update by pre-commit hooks #94

Triggered via pull request September 2, 2024 22:29
Status Failure
Total duration 1m 3s
Artifacts

pyright.yml

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

Annotations

2 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
1 error
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/