Skip to content

chore:Consolidating LCS and LIS Algorithm Implementations into a Single File #10595

chore:Consolidating LCS and LIS Algorithm Implementations into a Single File

chore:Consolidating LCS and LIS Algorithm Implementations into a Single File #10595

Triggered via pull request October 7, 2024 18:05
Status Failure
Total duration 1m 4s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (W291): dynamic_programming/subsequence_algorithms.py#L11
dynamic_programming/subsequence_algorithms.py:11:80: W291 Trailing whitespace
Ruff (W291): dynamic_programming/subsequence_algorithms.py#L12
dynamic_programming/subsequence_algorithms.py:12:78: W291 Trailing whitespace
Ruff (I001): dynamic_programming/subsequence_algorithms.py#L17
dynamic_programming/subsequence_algorithms.py:17:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): dynamic_programming/subsequence_algorithms.py#L23
dynamic_programming/subsequence_algorithms.py:23:1: W293 Blank line contains whitespace
Ruff (W293): dynamic_programming/subsequence_algorithms.py#L43
dynamic_programming/subsequence_algorithms.py:43:1: W293 Blank line contains whitespace
Ruff (W293): dynamic_programming/subsequence_algorithms.py#L64
dynamic_programming/subsequence_algorithms.py:64:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.