Skip to content

Implement tests for string transformation functions #17180

Implement tests for string transformation functions

Implement tests for string transformation functions #17180

Triggered via pull request March 3, 2026 06:38
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
ruff (RUF059): test_min_cost_string_conversion.py#L25
test_min_cost_string_conversion.py:25:5: RUF059 Unpacked variable `costs` is never used help: Prefix it with an underscore or any other dummy variable pattern
ruff (F401): test_min_cost_string_conversion.py#L1
test_min_cost_string_conversion.py:1:8: F401 `pytest` imported but unused help: Remove unused import: `pytest`
ruff (I001): test_min_cost_string_conversion.py#L1
test_min_cost_string_conversion.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (UP047): searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters help: Use type parameters
ruff (UP047): machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters help: Use type parameters
ruff (RUF037): data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call help: Replace with `deque()`