Skip to content

Fixes The Bug In Radix Tree. Issue #11316 #9067

Fixes The Bug In Radix Tree. Issue #11316

Fixes The Bug In Radix Tree. Issue #11316 #9067

Triggered via pull request April 25, 2024 13:25
Status Failure
Total duration 17s
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

10 errors
Ruff (I001): data_structures/trie/radix_tree.py#L6
data_structures/trie/radix_tree.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): data_structures/trie/radix_tree.py#L198
data_structures/trie/radix_tree.py:198:89: E501 Line too long (97 > 88)
Ruff (PT009): data_structures/trie/radix_tree.py#L207
data_structures/trie/radix_tree.py:207:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
Ruff (PT009): data_structures/trie/radix_tree.py#L208
data_structures/trie/radix_tree.py:208:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L209
data_structures/trie/radix_tree.py:209:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L211
data_structures/trie/radix_tree.py:211:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L213
data_structures/trie/radix_tree.py:213:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L214
data_structures/trie/radix_tree.py:214:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
Ruff (W293): data_structures/trie/radix_tree.py#L215
data_structures/trie/radix_tree.py:215:1: W293 Blank line contains whitespace
Ruff (W291): data_structures/trie/radix_tree.py#L219
data_structures/trie/radix_tree.py:219:46: W291 Trailing whitespace