Feat/shor classical implementation #12799
Open
Annotations
10 errors
Run uvx ruff check --output-format=github .:
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
|
Run uvx ruff check --output-format=github .:
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
|
Run uvx ruff check --output-format=github .:
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
|
Run uvx ruff check --output-format=github .:
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
|
Run uvx ruff check --output-format=github .:
cryptography/tests/test_shor_algorithm.py#L1
cryptography/tests/test_shor_algorithm.py:1:8: F401 `pytest` imported but unused
|
Run uvx ruff check --output-format=github .:
cryptography/tests/test_shor_algorithm.py#L1
cryptography/tests/test_shor_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run uvx ruff check --output-format=github .:
cryptography/shor_algorithm.py#L9
cryptography/shor_algorithm.py:9:20: F401 `typing.Any` imported but unused
|
Run uvx ruff check --output-format=github .:
ciphers/shuffled_shift_cipher.py#L172
ciphers/shuffled_shift_cipher.py:172:32: PT028 Test function parameter `msg` has default argument
|
Run uvx ruff check --output-format=github .:
ciphers/hill_cipher.py#L82
ciphers/hill_cipher.py:82:32: RUF057 Value being rounded is already an integer
|
Run uvx ruff check --output-format=github .:
ciphers/atbash.py#L43
ciphers/atbash.py:43:5: PLC0415 `import` should be at the top-level of a file
|
Loading