Skip to content

Add Longest Repeated Substring algorithm #16468

Add Longest Repeated Substring algorithm

Add Longest Repeated Substring algorithm #16468

Triggered via pull request November 21, 2025 13:27
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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