Add aliquot_sum.py new function and doctests #13279
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#L105
ciphers/hill_cipher.py:105:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L102
ciphers/hill_cipher.py:102:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L100
ciphers/hill_cipher.py:100:1: W293 Blank line contains whitespace
|
Ruff (W291):
ciphers/hill_cipher.py#L72
ciphers/hill_cipher.py:72:46: W291 Trailing whitespace
|
Ruff (W291):
ciphers/hill_cipher.py#L71
ciphers/hill_cipher.py:71:22: W291 Trailing whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L68
ciphers/hill_cipher.py:68:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L65
ciphers/hill_cipher.py:65:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L30
ciphers/hill_cipher.py:30: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
|