Skip to content

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

[pre-commit.ci] pre-commit autoupdate

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

Triggered via pull request September 26, 2023 02:30
Status Failure
Total duration 1m 57s
Artifacts

code-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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" cannot be assigned to type "int"     Type "None" cannot be assigned to type "int" (reportGeneralTypeIssues)
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 incompatible with "tuple[str]"     Tuple size mismatch; expected 1 but received indeterminate (reportGeneralTypeIssues)
pyright: qdarktheme/widget_gallery/main_window.py#L107
"addActions" is not a known member of "None" (reportOptionalMemberAccess)
pre-commit
Process completed with exit code 1.