Skip to content

fix(data_structures): handle exact prefix match in RadixNode.insert to fix IndexError (#11316) #18226

fix(data_structures): handle exact prefix match in RadixNode.insert to fix IndexError (#11316)

fix(data_structures): handle exact prefix match in RadixNode.insert to fix IndexError (#11316) #18226

Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (E501): data_structures/trie/radix_tree.py#L57
data_structures/trie/radix_tree.py:57:89: E501 Line too long (105 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L56
data_structures/trie/radix_tree.py:56:89: E501 Line too long (101 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L55
data_structures/trie/radix_tree.py:55:89: E501 Line too long (133 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L53
data_structures/trie/radix_tree.py:53:89: E501 Line too long (100 > 88)
ruff (invalid-syntax): data_structures/trie/radix_tree.py#L47
data_structures/trie/radix_tree.py:47:17: invalid-syntax: unindent does not match any outer indentation level
ruff (E501): data_structures/trie/radix_tree.py#L42
data_structures/trie/radix_tree.py:42:89: E501 Line too long (108 > 88)
ruff (invalid-syntax): data_structures/trie/radix_tree.py#L32
data_structures/trie/radix_tree.py:32:1: invalid-syntax: unindent does not match any outer indentation level
ruff (E501): data_structures/trie/radix_tree.py#L26
data_structures/trie/radix_tree.py:26:89: E501 Line too long (102 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L25
data_structures/trie/radix_tree.py:25:89: E501 Line too long (111 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L23
data_structures/trie/radix_tree.py:23:89: E501 Line too long (127 > 88)