Skip to content

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

Fixes The Bug In Radix Tree. Issue #11316

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

Triggered via pull request April 25, 2024 13:25
Status Failure
Total duration 18s
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 (E501): data_structures/trie/radix_tree.py#L201
data_structures/trie/radix_tree.py:201:89: E501 Line too long (97 > 88)
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 `assertTrue`
Ruff (PT009): data_structures/trie/radix_tree.py#L212
data_structures/trie/radix_tree.py:212: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#L215
data_structures/trie/radix_tree.py:215:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L217
data_structures/trie/radix_tree.py:217:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L218
data_structures/trie/radix_tree.py:218:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
Ruff (PT009): data_structures/trie/radix_tree.py#L229
data_structures/trie/radix_tree.py:229:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
Ruff (PT009): data_structures/trie/radix_tree.py#L231
data_structures/trie/radix_tree.py:231:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
Ruff (PT009): data_structures/trie/radix_tree.py#L232
data_structures/trie/radix_tree.py:232:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`