Skip to content

Bump aiomqtt from 1.2.1 to 2.3.0 #16

Bump aiomqtt from 1.2.1 to 2.3.0

Bump aiomqtt from 1.2.1 to 2.3.0 #16

Triggered via pull request October 6, 2024 17:03
Status Failure
Total duration 51s
Artifacts

python-actions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
testing
Process completed with exit code 1.
linting: mqtt.py#L53
Argument of type "bool | Unknown" cannot be assigned to parameter "hostname" of type "str" in function "__init__"   Type "bool | Unknown" is not assignable to type "str"     "bool" is not assignable to "str" (reportArgumentType)
linting: mqtt.py#L55
Argument of type "bool | Unknown" cannot be assigned to parameter "username" of type "str | None" in function "__init__"   Type "bool | Unknown" is not assignable to type "str | None"     Type "bool" is not assignable to type "str | None"       "bool" is not assignable to "str"       "bool" is not assignable to "None" (reportArgumentType)
linting: mqtt.py#L56
Argument of type "bool | Unknown" cannot be assigned to parameter "password" of type "str | None" in function "__init__"   Type "bool | Unknown" is not assignable to type "str | None"     Type "bool" is not assignable to type "str | None"       "bool" is not assignable to "str"       "bool" is not assignable to "None" (reportArgumentType)
linting: mqtt.py#L80
Cannot access attribute "format" for class "bool"   Attribute "format" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L98
Cannot access attribute "format" for class "bool"   Attribute "format" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L110
Cannot access attribute "format" for class "bool"   Attribute "format" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L118
Cannot access attribute "format" for class "bool"   Attribute "format" is unknown (reportAttributeAccessIssue)
linting
7 errors
testing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linting
The following actions use a deprecated Node.js version and will be forced to run on node20: jakebailey/[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/