[pre-commit.ci] pre-commit autoupdate #258
Annotations
10 errors and 1 warning
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L30
Argument of type "int | None" cannot be assigned to parameter "r" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L30
Argument of type "int | None" cannot be assigned to parameter "g" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L30
Argument of type "int | None" cannot be assigned to parameter "b" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L30
Argument of type "int | None" cannot be assigned to parameter "a" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L33
Argument of type "int | None" cannot be assigned to parameter "r" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L33
Argument of type "int | None" cannot be assigned to parameter "g" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L33
Argument of type "int | None" cannot be assigned to parameter "b" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_icon/icon_engine.py#L33
Argument of type "int | None" cannot be assigned to parameter "a" of type "int" in function "from_rgba"
Type "int | None" cannot be assigned to type "int"
"None" is incompatible with "int" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_os_appearance/_accent/_mac_detect.py#L36
Cannot access member "encode" for type "bytearray"
Member "encode" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
qdarktheme/_os_appearance/_accent/_mac_detect.py#L36
Cannot access member "encode" for type "memoryview"
Member "encode" is unknown (reportAttributeAccessIssue)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 5yutan5/[email protected], jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading