Update variable_length_quantity.py #286
lint_test_report.yml
on: push
YAML Lint Workflow
/
yamllint
9s
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Matrix: Codecov Coverage Report / run
Waiting for pending jobs
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.
|