[pre-commit.ci] pre-commit autoupdate #239
Annotations
10 errors
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
qdarktheme/widget_gallery/main_window.py#L107
"addActions" is not a known member of "None" (reportOptionalMemberAccess)
|
The logs for this run have expired and are no longer available.
Loading