Skip to content

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

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

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

Triggered via pull request October 7, 2024 18:32
@isatyamksisatyamks
synchronize #11867
#11756
Status Failure
Total duration 28s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (E501): dynamic_programming/subsequence_algorithms.py#L23
dynamic_programming/subsequence_algorithms.py:23:89: E501 Line too long (90 > 88)
Ruff (E501): dynamic_programming/subsequence_algorithms.py#L78
dynamic_programming/subsequence_algorithms.py:78:89: E501 Line too long (93 > 88)
ruff
Process completed with exit code 1.