Adds Longest Arithmetic Subsequence (Review Reqd) #10133
Annotations
8 errors
Ruff (UP035):
dynamic_programming/longest_arithmetic_subsequence.py#L1
dynamic_programming/longest_arithmetic_subsequence.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (I001):
dynamic_programming/longest_arithmetic_subsequence.py#L1
dynamic_programming/longest_arithmetic_subsequence.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L3
dynamic_programming/longest_arithmetic_subsequence.py:3:89: E501 Line too long (137 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L6
dynamic_programming/longest_arithmetic_subsequence.py:6:89: E501 Line too long (98 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L8
dynamic_programming/longest_arithmetic_subsequence.py:8:89: E501 Line too long (107 > 88)
|
Ruff (UP006):
dynamic_programming/longest_arithmetic_subsequence.py#L11
dynamic_programming/longest_arithmetic_subsequence.py:11:42: UP006 Use `list` instead of `List` for type annotation
|
Ruff (W293):
dynamic_programming/longest_arithmetic_subsequence.py#L42
dynamic_programming/longest_arithmetic_subsequence.py:42:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|