Skip to content

added: sha-3(Keccak) implementation #16642

added: sha-3(Keccak) implementation

added: sha-3(Keccak) implementation #16642

Triggered via pull request December 19, 2025 01:52
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (RUF003): hashes/sha3.py#L76
hashes/sha3.py:76:15: RUF003 Comment contains ambiguous `ι` (GREEK SMALL LETTER IOTA). Did you mean `i` (LATIN SMALL LETTER I)?
Ruff (N806): hashes/sha3.py#L66
hashes/sha3.py:66:13: N806 Variable `B` in function should be lowercase
Ruff (RUF003): hashes/sha3.py#L65
hashes/sha3.py:65:15: RUF003 Comment contains ambiguous `ρ` (GREEK SMALL LETTER RHO). Did you mean `p` (LATIN SMALL LETTER P)?
Ruff (N806): hashes/sha3.py#L60
hashes/sha3.py:60:13: N806 Variable `D` in function should be lowercase
Ruff (N806): hashes/sha3.py#L59
hashes/sha3.py:59:13: N806 Variable `C` in function should be lowercase
Ruff (N806): hashes/sha3.py#L55
hashes/sha3.py:55:9: N806 Variable `A` in function should be lowercase
Ruff (RUF012): hashes/sha3.py#L27
hashes/sha3.py:27:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): hashes/sha3.py#L16
hashes/sha3.py:16:11: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (F401): hashes/sha3.py#L11
hashes/sha3.py:11:20: F401 `typing.List` imported but unused
Ruff (UP035): hashes/sha3.py#L11
hashes/sha3.py:11:1: UP035 `typing.List` is deprecated, use `list` instead