Skip to content

Feat/shor classical implementation #13252

Feat/shor classical implementation

Feat/shor classical implementation #13252

Triggered via pull request June 20, 2025 04:27
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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 (F401): cryptography/tests/test_shor_algorithm.py#L1
cryptography/tests/test_shor_algorithm.py:1:8: F401 `pytest` imported but unused
Ruff (I001): cryptography/tests/test_shor_algorithm.py#L1
cryptography/tests/test_shor_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): cryptography/shor_algorithm.py#L9
cryptography/shor_algorithm.py:9:20: F401 `typing.Any` imported but unused
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 (PLC0415): ciphers/atbash.py#L43
ciphers/atbash.py:43:5: PLC0415 `import` should be at the top-level of a file