Enhanced Trie Data Structure Implementation with Complete Documentation and Test Suite #16611
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
data_structures/trie/trie.py#L544
data_structures/trie/trie.py:544:89: E501 Line too long (95 > 88)
|
|
Ruff (E501):
data_structures/trie/trie.py#L541
data_structures/trie/trie.py:541:89: E501 Line too long (98 > 88)
|
|
Ruff (UP006):
data_structures/trie/trie.py#L41
data_structures/trie/trie.py:41:24: UP006 Use `dict` instead of `Dict` for type annotation
|
|
Ruff (UP035):
data_structures/trie/trie.py#L29
data_structures/trie/trie.py:29:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
Ruff (E501):
data_structures/trie/trie.py#L4
data_structures/trie/trie.py:4:89: E501 Line too long (90 > 88)
|