Skip to content

Implemented Suffix Tree Data Structure #9563

Implemented Suffix Tree Data Structure

Implemented Suffix Tree Data Structure #9563

Triggered via pull request September 7, 2024 20:32
Status Failure
Total duration 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (RUF013): data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:19: RUF013 PEP 484 prohibits implicit `Optional`
Ruff (UP037): data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:29: UP037 Remove quotes from type annotation
Ruff (I001): data_structures/suffix_tree/tests/test_suffix_tree.py#L1
data_structures/suffix_tree/tests/test_suffix_tree.py:1:1: I001 Import block is un-sorted or un-formatted
ruff
Process completed with exit code 1.