Skip to content

Proof of Work Algorithm for Blockchain #10109

Proof of Work Algorithm for Blockchain

Proof of Work Algorithm for Blockchain #10109

Triggered via pull request October 3, 2024 09:49
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (N999): blockchain/PoWAlgorithm.py#L1
blockchain/PoWAlgorithm.py:1:1: N999 Invalid module name: 'PoWAlgorithm'
Ruff (E501): blockchain/PoWAlgorithm.py#L5
blockchain/PoWAlgorithm.py:5:89: E501 Line too long (348 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L8
blockchain/PoWAlgorithm.py:8:89: E501 Line too long (112 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L10
blockchain/PoWAlgorithm.py:10:89: E501 Line too long (142 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L11
blockchain/PoWAlgorithm.py:11:89: E501 Line too long (105 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L12
blockchain/PoWAlgorithm.py:12:89: E501 Line too long (130 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L15
blockchain/PoWAlgorithm.py:15:89: E501 Line too long (100 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L16
blockchain/PoWAlgorithm.py:16:89: E501 Line too long (95 > 88)
Ruff (I001): blockchain/PoWAlgorithm.py#L22
blockchain/PoWAlgorithm.py:22:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): blockchain/PoWAlgorithm.py#L38
blockchain/PoWAlgorithm.py:38:89: E501 Line too long (89 > 88)