Add aliquot_sum.py new function and doctests #13277
Annotations
10 errors
Ruff (PT028):
ciphers/shuffled_shift_cipher.py#L172
ciphers/shuffled_shift_cipher.py:172:32: PT028 Test function parameter `msg` has default argument
|
Ruff (W293):
ciphers/hill_cipher.py#L104
ciphers/hill_cipher.py:104:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L101
ciphers/hill_cipher.py:101:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L99
ciphers/hill_cipher.py:99:1: W293 Blank line contains whitespace
|
Ruff (W291):
ciphers/hill_cipher.py#L71
ciphers/hill_cipher.py:71:46: W291 Trailing whitespace
|
Ruff (W291):
ciphers/hill_cipher.py#L70
ciphers/hill_cipher.py:70:22: W291 Trailing whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L67
ciphers/hill_cipher.py:67:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L64
ciphers/hill_cipher.py:64:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L29
ciphers/hill_cipher.py:29:1: W293 Blank line contains whitespace
|
Ruff (I001):
ciphers/hill_cipher.py#L1
ciphers/hill_cipher.py:1:1: I001 Import block is un-sorted or un-formatted
|