Skip to content

Numerous significant improvements Beta #13474

Numerous significant improvements Beta

Numerous significant improvements Beta #13474

Triggered via pull request July 4, 2025 15:11
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): data_structures/binary_tree/red_black_tree.py#L847
data_structures/binary_tree/red_black_tree.py:847:1: W293 Blank line contains whitespace
Ruff (PLC0415): data_structures/binary_tree/red_black_tree.py#L841
data_structures/binary_tree/red_black_tree.py:841:5: PLC0415 `import` should be at the top-level of a file
Ruff (SIM103): data_structures/binary_tree/red_black_tree.py#L355
data_structures/binary_tree/red_black_tree.py:355:9: SIM103 Return the condition `self.black_height() is not None` directly
Ruff (I001): data_structures/binary_tree/red_black_tree.py#L1
data_structures/binary_tree/red_black_tree.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP046): data_structures/binary_tree/non_recursive_segment_tree.py#L47
data_structures/binary_tree/non_recursive_segment_tree.py:47:19: UP046 Generic class `SegmentTree` uses `Generic` subclass instead of type parameters
Ruff (PLC0415): data_structures/binary_tree/diff_views_of_binary_tree.py#L176
data_structures/binary_tree/diff_views_of_binary_tree.py:176:5: PLC0415 `import` should be at the top-level of a file
Ruff (PLC0415): data_structures/binary_tree/binary_search_tree.py#L118
data_structures/binary_tree/binary_search_tree.py:118:9: PLC0415 `import` should be at the top-level of a file
Ruff (PLC0415): data_structures/binary_tree/avl_tree.py#L333
data_structures/binary_tree/avl_tree.py:333:5: PLC0415 `import` should be at the top-level of a file
Ruff (PT028): ciphers/shuffled_shift_cipher.py#L169
ciphers/shuffled_shift_cipher.py:169:32: PT028 Test function parameter `msg` has default argument
Ruff (RUF057): ciphers/hill_cipher.py#L82
ciphers/hill_cipher.py:82:32: RUF057 Value being rounded is already an integer