Skip to content

Proof of Work Algorithm for Blockchain #10110

Proof of Work Algorithm for Blockchain

Proof of Work Algorithm for Blockchain #10110

Triggered via pull request October 3, 2024 09:49
Status Failure
Total duration 14s
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 (E501): blockchain/PoWAlgorithm.py#L42
blockchain/PoWAlgorithm.py:42:89: E501 Line too long (105 > 88)
Ruff (E501): blockchain/PoWAlgorithm.py#L48
blockchain/PoWAlgorithm.py:48:89: E501 Line too long (92 > 88)