Skip to content

Update variable_length_quantity.py #286

Update variable_length_quantity.py

Update variable_length_quantity.py #286

Triggered via push December 4, 2025 07:26
Status Failure
Total duration 33s
Artifacts
YAML Lint Workflow  /  yamllint
9s
YAML Lint Workflow / yamllint
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Ruff Lint and Format  /  ruff
15s
Ruff Lint and Format / ruff
Pytest Workflow  /  test
Pytest Workflow / test
Matrix: Codecov Coverage Report / run
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Pylint Workflow / build (3.12)
Process completed with exit code 20.
Ruff Lint and Format / ruff
Process completed with exit code 1.
Ruff (D103): variable-length-quantity/variable_length_quantity.py#L53
variable-length-quantity/variable_length_quantity.py:53:5: D103 Missing docstring in public function
Ruff (B007): variable-length-quantity/variable_length_quantity.py#L44
variable-length-quantity/variable_length_quantity.py:44:20: B007 Loop control variable `c` not used within loop body
Ruff (E501): variable-length-quantity/variable_length_quantity.py#L25
variable-length-quantity/variable_length_quantity.py:25:89: E501 Line too long (89 > 88)
Ruff (D205): variable-length-quantity/variable_length_quantity.py#L12
variable-length-quantity/variable_length_quantity.py:12:5: D205 1 blank line required between summary line and description
Flake8 Workflow / build (3.12)
Process completed with exit code 1.