Skip to content

Add aliquot_sum.py new function and doctests #13271

Add aliquot_sum.py new function and doctests

Add aliquot_sum.py new function and doctests #13271

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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