Skip to content

Types overhaul

Types overhaul #71

Triggered via push April 19, 2024 20:24
Status Failure
Total duration 29s
Artifacts
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 3 warnings
Type Coverage and Linting @ 3.10
Process completed with exit code 1.
Type Coverage and Linting @ 3.10
Exit code 1
Type Coverage and Linting @ 3.x
Process completed with exit code 1.
Type Coverage and Linting @ 3.x: twitchio/client.py#L367
Argument of type "ContentClassificationLabelsResponseData" cannot be assigned to parameter "data" of type "ContentClassificationLabelData" in function "__init__"   "id" is missing from "ContentClassificationLabelsResponseData"   "description" is missing from "ContentClassificationLabelsResponseData"   "name" is missing from "ContentClassificationLabelsResponseData" (reportArgumentType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L37
"CustomRewardResponse" is unknown import symbol (reportAttributeAccessIssue)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L37
Type of "CustomRewardResponse" is unknown (reportUnknownVariableType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L38
Import "Colour" is not accessed (reportUnusedImport)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L84
Type of parameter "data" is unknown (reportUnknownParameterType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L85
Argument type is unknown   Argument corresponds to parameter "id" in function "__init__" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L85
Argument type is unknown   Argument corresponds to parameter "name" in function "__init__" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L89
Argument type is unknown   Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L90
Argument type is unknown   Argument corresponds to parameter "url" in function "__init__" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.x: twitchio/models/channel_points.py#L91
Type of "default_image" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type Coverage and Linting @ 3.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type Coverage and Linting @ 3.x: setup.py#L3
Import "setuptools" could not be resolved from source (reportMissingModuleSource)