Skip to content

Add variable-length-quantity exercise files #285

Add variable-length-quantity exercise files

Add variable-length-quantity exercise files #285

Triggered via push December 4, 2025 07:19
Status Failure
Total duration 35s
Artifacts
YAML Lint Workflow  /  yamllint
9s
YAML Lint Workflow / yamllint
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Ruff Lint and Format  /  ruff
12s
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
Ruff Lint and Format / ruff
Process completed with exit code 1.
Ruff (D103): variable-length-quantity/variable_length_quantity.py#L51
variable-length-quantity/variable_length_quantity.py:51:5: D103 Missing docstring in public function
Ruff (B007): variable-length-quantity/variable_length_quantity.py#L43
variable-length-quantity/variable_length_quantity.py:43:20: B007 Loop control variable `c` not used within loop body
Ruff (E501): variable-length-quantity/variable_length_quantity.py#L24
variable-length-quantity/variable_length_quantity.py:24: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
Pylint Workflow / build (3.12)
Process completed with exit code 20.
Flake8 Workflow / build (3.12)
Process completed with exit code 1.