Skip to content

Add hash bcrypt

Add hash bcrypt #14905

Triggered via pull request October 7, 2025 11:19
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): hashes/bcrypt.py#L38
hashes/bcrypt.py:38:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L37
hashes/bcrypt.py:37:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L36
hashes/bcrypt.py:36:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L35
hashes/bcrypt.py:35:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L34
hashes/bcrypt.py:34:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L33
hashes/bcrypt.py:33:89: E501 Line too long (99 > 88)
Ruff (E501): hashes/bcrypt.py#L32
hashes/bcrypt.py:32:89: E501 Line too long (99 > 88)
Ruff (F401): hashes/bcrypt.py#L15
hashes/bcrypt.py:15:8: F401 `math` imported but unused
Ruff (I001): hashes/bcrypt.py#L14
hashes/bcrypt.py:14:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): hashes/bcrypt.py#L9
hashes/bcrypt.py:9:89: E501 Line too long (102 > 88)