Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): dynamic_programming/subsequence_algorithms.py#L23
dynamic_programming/subsequence_algorithms.py:23:89: E501 Line too long (90 > 88)
Ruff (ARG001): dynamic_programming/subsequence_algorithms.py#L78
dynamic_programming/subsequence_algorithms.py:78:32: ARG001 Unused function argument: `first_sequence`
Ruff (ARG001): dynamic_programming/subsequence_algorithms.py#L78
dynamic_programming/subsequence_algorithms.py:78:53: ARG001 Unused function argument: `second_sequence`
Ruff (W293): dynamic_programming/subsequence_algorithms.py#L87
dynamic_programming/subsequence_algorithms.py:87:1: W293 Blank line contains whitespace
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L110
dynamic_programming/subsequence_algorithms.py:110:16: F821 Undefined name `x`
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L110
dynamic_programming/subsequence_algorithms.py:110:24: F821 Undefined name `y`
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L115
dynamic_programming/subsequence_algorithms.py:115:16: F821 Undefined name `x`
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L115
dynamic_programming/subsequence_algorithms.py:115:28: F821 Undefined name `y`
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L124
dynamic_programming/subsequence_algorithms.py:124:12: F821 Undefined name `x`
Ruff (F821): dynamic_programming/subsequence_algorithms.py#L124
dynamic_programming/subsequence_algorithms.py:124:24: F821 Undefined name `y`