⬆️ auto update by pre-commit hooks #6
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/
|