Skip to content

Numerous significant improvements Beta #13522

Numerous significant improvements Beta

Numerous significant improvements Beta #13522

Triggered via pull request July 4, 2025 18:51
Status Failure
Total duration 8s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (RUF046): ciphers/hill_cipher.py#L279
ciphers/hill_cipher.py:279:11: RUF046 Value being cast to `int` is already an integer
Ruff (F841): ciphers/hill_cipher.py#L277
ciphers/hill_cipher.py:277:9: F841 Local variable `det_value` is assigned to but never used
Ruff (F821): ciphers/hill_cipher.py#L157
ciphers/hill_cipher.py:157:17: F821 Undefined name `self`
Ruff (F821): ciphers/hill_cipher.py#L155
ciphers/hill_cipher.py:155:25: F821 Undefined name `self`
Ruff (F821): ciphers/hill_cipher.py#L155
ciphers/hill_cipher.py:155:15: F821 Undefined name `det`
Ruff (F821): ciphers/hill_cipher.py#L154
ciphers/hill_cipher.py:154:8: F821 Undefined name `det`
Ruff (W293): ciphers/hill_cipher.py#L153
ciphers/hill_cipher.py:153:1: W293 Blank line contains whitespace
Ruff (RUF046): ciphers/hill_cipher.py#L152
ciphers/hill_cipher.py:152:15: RUF046 Value being cast to `int` is already an integer
Ruff (F841): ciphers/hill_cipher.py#L152
ciphers/hill_cipher.py:152:9: F841 Local variable `det` is assigned to but never used
Ruff (RUF057): ciphers/hill_cipher.py#L122
ciphers/hill_cipher.py:122:32: RUF057 Value being rounded is already an integer