Skip to content

apply ruff to pulled changes from master #36

apply ruff to pulled changes from master

apply ruff to pulled changes from master #36

Triggered via push January 5, 2026 15:55
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (invalid-syntax): growattServer/base_api.py#L809
growattServer/base_api.py:809:30: invalid-syntax: Compound statements are not allowed on the same line as simple statements
Ruff (invalid-syntax): growattServer/base_api.py#L809
growattServer/base_api.py:809:25: invalid-syntax: Simple statements must be separated by newlines or semicolons
Ruff (invalid-syntax): growattServer/base_api.py#L809
growattServer/base_api.py:809:13: invalid-syntax: Simple statements must be separated by newlines or semicolons
Ruff (E501): growattServer/base_api.py#L798
growattServer/base_api.py:798:89: E501 Line too long (116 > 88)
Ruff (E501): growattServer/base_api.py#L797
growattServer/base_api.py:797:89: E501 Line too long (135 > 88)
Ruff (E501): growattServer/base_api.py#L796
growattServer/base_api.py:796:89: E501 Line too long (130 > 88)
Ruff (E501): growattServer/base_api.py#L795
growattServer/base_api.py:795:89: E501 Line too long (89 > 88)
Ruff (T201): examples/settings_example_classic.py#L58
examples/settings_example_classic.py:58:1: T201 `print` found
Ruff (UP031): examples/settings_example_classic.py#L44
examples/settings_example_classic.py:44:7: UP031 Use format specifiers instead of percent format
Ruff (T201): examples/settings_example_classic.py#L44
examples/settings_example_classic.py:44:1: T201 `print` found