Skip to content

added aes-128 algorithm in ciphers #10154

added aes-128 algorithm in ciphers

added aes-128 algorithm in ciphers #10154

Triggered via pull request October 3, 2024 18:22
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (I001): ciphers/aes_128.py#L1
ciphers/aes_128.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (W291): ciphers/aes_128.py#L2
ciphers/aes_128.py:2:30: W291 Trailing whitespace
Ruff (W291): ciphers/aes_128.py#L8
ciphers/aes_128.py:8:76: W291 Trailing whitespace
Ruff (W291): ciphers/aes_128.py#L9
ciphers/aes_128.py:9:82: W291 Trailing whitespace
Ruff (W291): ciphers/aes_128.py#L10
ciphers/aes_128.py:10:87: W291 Trailing whitespace
Ruff (W291): ciphers/aes_128.py#L13
ciphers/aes_128.py:13:29: W291 Trailing whitespace
ruff
Process completed with exit code 1.