Skip to content

Proof of Work Algorithm for Blockchain #10113

Proof of Work Algorithm for Blockchain

Proof of Work Algorithm for Blockchain #10113

Triggered via pull request October 3, 2024 10:03
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W291): blockchain/pow_algorithm.py#L5
blockchain/pow_algorithm.py:5:77: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L6
blockchain/pow_algorithm.py:6:75: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L7
blockchain/pow_algorithm.py:7:77: W291 Trailing whitespace
Ruff (I001): blockchain/pow_algorithm.py#L11
blockchain/pow_algorithm.py:11:1: I001 Import block is un-sorted or un-formatted
Ruff (W291): blockchain/pow_algorithm.py#L16
blockchain/pow_algorithm.py:16:14: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L17
blockchain/pow_algorithm.py:17:20: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L18
blockchain/pow_algorithm.py:18:28: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L19
blockchain/pow_algorithm.py:19:27: W291 Trailing whitespace
Ruff (W291): blockchain/pow_algorithm.py#L20
blockchain/pow_algorithm.py:20:26: W291 Trailing whitespace
Ruff (E501): blockchain/pow_algorithm.py#L30
blockchain/pow_algorithm.py:30:89: E501 Line too long (92 > 88)