Skip to content

Update CI/CD to use main #444

Update CI/CD to use main

Update CI/CD to use main #444

Triggered via pull request January 7, 2024 15:11
Status Failure
Total duration 57s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
analyse: sagemcom_api/client.py#L66
E501 line too long (82 > 79 characters)
analyse: sagemcom_api/client.py#L132
E501 line too long (80 > 79 characters)
analyse: sagemcom_api/client.py#L138
E501 line too long (103 > 79 characters)
analyse: sagemcom_api/client.py#L153
E501 line too long (85 > 79 characters)
analyse: sagemcom_api/client.py#L226
E501 line too long (82 > 79 characters)
analyse: sagemcom_api/client.py#L229
E501 line too long (86 > 79 characters)
analyse: sagemcom_api/client.py#L235
E501 line too long (81 > 79 characters)
analyse: sagemcom_api/client.py#L250
E501 line too long (88 > 79 characters)
analyse: sagemcom_api/client.py#L252
E501 line too long (84 > 79 characters)
analyse: sagemcom_api/client.py#L262
E501 line too long (80 > 79 characters)
analyse: sagemcom_api/models.py#L50
W0511: TODO Remove extra kwargs before init (fixme)
analyse: sagemcom_api/models.py#L115
W0511: TODO Remove extra kwargs before init (fixme)
analyse: sagemcom_api/models.py#L153
W0511: TODO Remove extra kwargs before init (fixme)
analyse: sagemcom_api/models.py#L9
R0902: Too many instance attributes (37/7) (too-many-instance-attributes)
analyse: sagemcom_api/models.py#L106
C0103: Attribute name "SNMP" doesn't conform to snake_case naming style (invalid-name)
analyse: sagemcom_api/models.py#L110
C0103: Attribute name "CLID" doesn't conform to snake_case naming style (invalid-name)
analyse: sagemcom_api/models.py#L70
R0902: Too many instance attributes (37/7) (too-many-instance-attributes)
analyse: sagemcom_api/models.py#L130
R0902: Too many instance attributes (19/7) (too-many-instance-attributes)
analyse: sagemcom_api/client.py#L138
C0301: Line too long (103/100) (line-too-long)
analyse: sagemcom_api/client.py#L214
W0511: TODO How to support multiple actions + error handling? (fixme)