Skip to content

[pre-commit.ci] pre-commit autoupdate #282

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #282

Triggered via pull request August 5, 2024 20:57
Status Failure
Total duration 1m 46s
Artifacts

code-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: 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" is incompatible with type "int"     "None" is incompatible with "int" (reportArgumentType)
pyright: qdarktheme/_os_appearance/_accent/_mac_detect.py#L36
Cannot access attribute "encode" for class "bytearray"   Attribute "encode" is unknown (reportAttributeAccessIssue)
pyright: qdarktheme/_os_appearance/_accent/_mac_detect.py#L36
Cannot access attribute "encode" for class "memoryview[_I@memoryview]"   Attribute "encode" is unknown (reportAttributeAccessIssue)
pre-commit
Process completed with exit code 1.
pyright
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 5yutan5/setup-poetry-env@v1.1.0, 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/
pre-commit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 5yutan5/setup-poetry-env@v1.1.0, actions/cache@v3, pre-commit-ci/lite-action@v1.0.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/