Skip to content

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

[pre-commit.ci] pre-commit autoupdate

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

Triggered via pull request September 30, 2024 20:47
Status Failure
Total duration 1m 45s
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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "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 not assignable to type "int"     "None" is not assignable to "int" (reportArgumentType)
pyright: qdarktheme/_template/engine.py#L47
Argument of type "tuple[str, ...]" cannot be assigned to parameter "filters" of type "tuple[str]" in function "__init__"   "tuple[str, ...]" is not assignable to "tuple[str]"     Tuple size mismatch; expected 1 but received indeterminate (reportArgumentType)
pyright: qdarktheme/widget_gallery/main_window.py#L107
"addActions" is not a known attribute of "None" (reportOptionalMemberAccess)
pre-commit
Process completed with exit code 1.
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 5yutan5/[email protected], 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 5yutan5/[email protected], actions/cache@v3, pre-commit-ci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/