Skip to content

Added Python Implementation of Suffix Arrays and LCP Arrays #11370

Added Python Implementation of Suffix Arrays and LCP Arrays

Added Python Implementation of Suffix Arrays and LCP Arrays #11370

Triggered via pull request October 19, 2024 06:54
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 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#L27
divide_and_conquer/Suffix Array and LCP implementation.py:27:34: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): divide_and_conquer/Suffix Array and LCP implementation.py#L30
divide_and_conquer/Suffix Array and LCP implementation.py:30:89: E501 Line too long (127 > 88)
Ruff (E501): divide_and_conquer/Suffix Array and LCP implementation.py#L42
divide_and_conquer/Suffix Array and LCP implementation.py:42:89: E501 Line too long (97 > 88)
Ruff (E501): divide_and_conquer/Suffix Array and LCP implementation.py#L88
divide_and_conquer/Suffix Array and LCP implementation.py:88:89: E501 Line too long (129 > 88)
ruff
Process completed with exit code 1.