Add aliquot_sum.py new function and doctests #13267
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 (RUF057):
ciphers/hill_cipher.py#L82
ciphers/hill_cipher.py:82:32: RUF057 Value being rounded is already an integer
|
Ruff (W293):
ciphers/atbash.py#L76
ciphers/atbash.py:76:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L65
ciphers/atbash.py:65:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L47
ciphers/atbash.py:47:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L44
ciphers/atbash.py:44:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L37
ciphers/atbash.py:37:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L34
ciphers/atbash.py:34:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L14
ciphers/atbash.py:14:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/atbash.py#L11
ciphers/atbash.py:11:1: W293 Blank line contains whitespace
|