Skip to content

Implemented Suffix Tree Data Structure #9567

Implemented Suffix Tree Data Structure

Implemented Suffix Tree Data Structure #9567

Triggered via pull request September 7, 2024 20:47
Status Failure
Total duration 12s
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

6 errors
Ruff (UP035): data_structures/suffix_tree/suffix_tree_node.py#L1
data_structures/suffix_tree/suffix_tree_node.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead
Ruff (UP007): data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:19: UP007 Use `X | Y` for type annotations
Ruff (UP006): data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:28: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP007): data_structures/suffix_tree/suffix_tree_node.py#L9
data_structures/suffix_tree/suffix_tree_node.py:9:16: UP007 Use `X | Y` for type annotations
Ruff (UP007): data_structures/suffix_tree/suffix_tree_node.py#L10
data_structures/suffix_tree/suffix_tree_node.py:10:14: UP007 Use `X | Y` for type annotations
ruff
Process completed with exit code 1.