Skip to content

Add VerusHash Algo #12650

Add VerusHash Algo

Add VerusHash Algo #12650

Triggered via pull request March 19, 2025 22:54
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff: hashes/verushash.py#L88
hashes/verushash.py:88:13: SyntaxError: Expected a simple statement
ruff: hashes/verushash.py#L87
hashes/verushash.py:87:9: SyntaxError: Compound statements are not allowed on the same line as simple statements
ruff: hashes/verushash.py#L86
hashes/verushash.py:86:94: SyntaxError: Expected ')', found ']'
ruff: hashes/verushash.py#L86
hashes/verushash.py:86:89: E501 Line too long (94 > 88)
ruff: hashes/verushash.py#L85
hashes/verushash.py:85:89: E501 Line too long (99 > 88)
ruff: hashes/verushash.py#L43
hashes/verushash.py:43:89: E501 Line too long (104 > 88)
ruff: hashes/verushash.py#L6
hashes/verushash.py:6:89: E501 Line too long (150 > 88)
ruff: hashes/verushash.py#L5
hashes/verushash.py:5:89: E501 Line too long (121 > 88)
ruff: hashes/verushash.py#L4
hashes/verushash.py:4:151: W291 Trailing whitespace
ruff: hashes/verushash.py#L4
hashes/verushash.py:4:89: E501 Line too long (151 > 88)