Add Longest Repeated Substring algorithm #16468
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
strings/longest_repeated_substring.py#L73
strings/longest_repeated_substring.py:73:50: W292 No newline at end of file
|
|
Ruff (W291):
strings/longest_repeated_substring.py#L73
strings/longest_repeated_substring.py:73:48: W291 Trailing whitespace
|
|
Ruff (W291):
strings/longest_repeated_substring.py#L17
strings/longest_repeated_substring.py:17:25: W291 Trailing whitespace
|
|
Ruff (RUF023):
strings/longest_repeated_substring.py#L11
strings/longest_repeated_substring.py:11:21: RUF023 `State.__slots__` is not sorted
|