Proof of Work Algorithm for Blockchain #10115
Annotations
10 errors
Ruff (I001):
blockchain/pow_algorithm.py#L9
blockchain/pow_algorithm.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W293):
blockchain/pow_algorithm.py#L45
blockchain/pow_algorithm.py:45:1: W293 Blank line contains whitespace
|
Ruff (W293):
blockchain/pow_algorithm.py#L60
blockchain/pow_algorithm.py:60:1: W293 Blank line contains whitespace
|
Ruff (E501):
blockchain/pow_algorithm.py#L64
blockchain/pow_algorithm.py:64:89: E501 Line too long (90 > 88)
|
Ruff (W293):
blockchain/pow_algorithm.py#L78
blockchain/pow_algorithm.py:78:1: W293 Blank line contains whitespace
|
Ruff (W293):
blockchain/pow_algorithm.py#L89
blockchain/pow_algorithm.py:89:1: W293 Blank line contains whitespace
|
Ruff (W293):
blockchain/pow_algorithm.py#L103
blockchain/pow_algorithm.py:103:1: W293 Blank line contains whitespace
|
Ruff (W291):
blockchain/pow_algorithm.py#L109
blockchain/pow_algorithm.py:109:77: W291 Trailing whitespace
|
Ruff (W291):
blockchain/pow_algorithm.py#L117
blockchain/pow_algorithm.py:117:83: W291 Trailing whitespace
|
Ruff (W293):
blockchain/pow_algorithm.py#L145
blockchain/pow_algorithm.py:145:1: W293 Blank line contains whitespace
|