Skip to content

⬆️ auto update by pre-commit hooks #6

⬆️ auto update by pre-commit hooks

⬆️ auto update by pre-commit hooks #6

Triggered via pull request August 5, 2024 18:07
Status Failure
Total duration 1m 3s
Artifacts

pyright.yml

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

Annotations

2 errors and 1 warning
Pyright Lint: magic/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 incompatible with type "BasePattern[str, Any, Any] | type[str] | str | None"     "UnionType" is incompatible with "BasePattern[str, Any, Any]"     Type "UnionType" is incompatible with type "type[str]"     "UnionType" is incompatible with "str"     "UnionType" is incompatible with "None" (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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/