Skip to content

Add aliquot_sum.py new function and doctests #13273

Add aliquot_sum.py new function and doctests

Add aliquot_sum.py new function and doctests #13273

Triggered via pull request June 22, 2025 02:19
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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