Numerous significant improvements Beta #13523
Annotations
10 errors
Ruff (F821):
ciphers/hill_cipher.py#L280
ciphers/hill_cipher.py:280:21: F821 Undefined name `det_value`
|
Ruff (RUF046):
ciphers/hill_cipher.py#L280
ciphers/hill_cipher.py:280: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 (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
|