Skip to content

Numerous significant improvements Beta #13443

Numerous significant improvements Beta

Numerous significant improvements Beta #13443

Triggered via pull request June 29, 2025 07:41
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L172
ciphers/shuffled_shift_cipher.py:172: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
Ruff (W293): ciphers/atbash.py#L37
ciphers/atbash.py:37:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/atbash.py#L28
ciphers/atbash.py:28:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/atbash.py#L15
ciphers/atbash.py:15:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/atbash.py#L12
ciphers/atbash.py:12:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/atbash.py#L8
ciphers/atbash.py:8:1: W293 Blank line contains whitespace
Ruff (I001): ciphers/atbash.py#L3
ciphers/atbash.py:3:1: I001 Import block is un-sorted or un-formatted