Add aliquot_sum.py new function and doctests #13273
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#L124
ciphers/hill_cipher.py:124:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L121
ciphers/hill_cipher.py:121:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L119
ciphers/hill_cipher.py:119:1: W293 Blank line contains whitespace
|
Ruff (E501):
ciphers/hill_cipher.py#L98
ciphers/hill_cipher.py:98:89: E501 Line too long (93 > 88)
|
Ruff (W293):
ciphers/hill_cipher.py#L96
ciphers/hill_cipher.py:96:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L93
ciphers/hill_cipher.py:93:1: W293 Blank line contains whitespace
|
Ruff (E501):
ciphers/hill_cipher.py#L84
ciphers/hill_cipher.py:84:89: E501 Line too long (89 > 88)
|
Ruff (W293):
ciphers/hill_cipher.py#L63
ciphers/hill_cipher.py:63:1: W293 Blank line contains whitespace
|
Ruff (I001):
ciphers/hill_cipher.py#L36
ciphers/hill_cipher.py:36:1: I001 Import block is un-sorted or un-formatted
|