Skip to content

Added Python Implementation of Suffix Arrays and LCP Arrays #11373

Added Python Implementation of Suffix Arrays and LCP Arrays

Added Python Implementation of Suffix Arrays and LCP Arrays #11373

Triggered via pull request October 19, 2024 07:13
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (N999): divide_and_conquer/Suffix Array and LCP implementation.py#L1
divide_and_conquer/Suffix Array and LCP implementation.py:1:1: N999 Invalid module name: 'Suffix Array and LCP implementation'
Ruff (UP035): divide_and_conquer/Suffix Array and LCP implementation.py#L1
divide_and_conquer/Suffix Array and LCP implementation.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): divide_and_conquer/Suffix Array and LCP implementation.py#L13
divide_and_conquer/Suffix Array and LCP implementation.py:13:37: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): divide_and_conquer/Suffix Array and LCP implementation.py#L16
divide_and_conquer/Suffix Array and LCP implementation.py:16:89: E501 Line too long (90 > 88)
Ruff (UP006): divide_and_conquer/Suffix Array and LCP implementation.py#L30
divide_and_conquer/Suffix Array and LCP implementation.py:30:34: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): divide_and_conquer/Suffix Array and LCP implementation.py#L46
divide_and_conquer/Suffix Array and LCP implementation.py:46:89: E501 Line too long (97 > 88)
ruff
Process completed with exit code 1.