Add aliquot_sum.py new function and doctests #13271
Annotations
10 errors
Ruff (RUF046):
ciphers/hill_cipher.py#L110
ciphers/hill_cipher.py:110:54: RUF046 Value being cast to `int` is already an integer
|
Ruff (E501):
ciphers/hill_cipher.py#L97
ciphers/hill_cipher.py:97:89: E501 Line too long (93 > 88)
|
Ruff (W293):
ciphers/hill_cipher.py#L95
ciphers/hill_cipher.py:95:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/hill_cipher.py#L92
ciphers/hill_cipher.py:92:1: W293 Blank line contains whitespace
|
Ruff (E501):
ciphers/hill_cipher.py#L84
ciphers/hill_cipher.py:84:89: E501 Line too long (93 > 88)
|
Ruff (RUF046):
ciphers/hill_cipher.py#L84
ciphers/hill_cipher.py:84:54: RUF046 Value being cast to `int` is already an integer
|
Ruff (E501):
ciphers/hill_cipher.py#L83
ciphers/hill_cipher.py:83:89: E501 Line too long (89 > 88)
|
Ruff (EM102):
ciphers/hill_cipher.py#L65
ciphers/hill_cipher.py:65:30: EM102 Exception must not use an f-string literal, assign to variable first
|
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
|