Skip to content

Numerous significant improvements Beta #13507

Numerous significant improvements Beta

Numerous significant improvements Beta #13507

Triggered via pull request July 4, 2025 17:56
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): ciphers/hill_cipher.py#L235
ciphers/hill_cipher.py:235:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/hill_cipher.py#L231
ciphers/hill_cipher.py:231:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/hill_cipher.py#L225
ciphers/hill_cipher.py:225:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/hill_cipher.py#L195
ciphers/hill_cipher.py:195:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/hill_cipher.py#L191
ciphers/hill_cipher.py:191:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/hill_cipher.py#L187
ciphers/hill_cipher.py:187:1: W293 Blank line contains whitespace
Ruff (RUF046): ciphers/hill_cipher.py#L149
ciphers/hill_cipher.py:149:15: RUF046 Value being cast to `int` is already an integer
Ruff (E501): ciphers/hill_cipher.py#L146
ciphers/hill_cipher.py:146:89: E501 Line too long (93 > 88)
Ruff (E501): ciphers/hill_cipher.py#L139
ciphers/hill_cipher.py:139:89: E501 Line too long (93 > 88)
Ruff (RUF057): ciphers/hill_cipher.py#L120
ciphers/hill_cipher.py:120:32: RUF057 Value being rounded is already an integer