Skip to content

Add VerusHash Algo #12651

Add VerusHash Algo

Add VerusHash Algo #12651

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff: hashes/verushash.py#L92
hashes/verushash.py:92:9: SyntaxError: Simple statements must be separated by newlines or semicolons
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:89: E501 Line too long (150 > 88)