Skip to content

feat: Introduce hamming code generator #10648

feat: Introduce hamming code generator

feat: Introduce hamming code generator #10648

Triggered via pull request October 8, 2024 03:45
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (W291): bit_manipulation/hamming_code_generator.py#L1
bit_manipulation/hamming_code_generator.py:1:4: W291 Trailing whitespace
Ruff (W291): bit_manipulation/hamming_code_generator.py#L21
bit_manipulation/hamming_code_generator.py:21:64: W291 Trailing whitespace
Ruff (E501): bit_manipulation/hamming_code_generator.py#L52
bit_manipulation/hamming_code_generator.py:52:89: E501 Line too long (96 > 88)
Ruff (W293): bit_manipulation/hamming_code_generator.py#L60
bit_manipulation/hamming_code_generator.py:60:1: W293 Blank line contains whitespace
Ruff (E501): bit_manipulation/hamming_code_generator.py#L61
bit_manipulation/hamming_code_generator.py:61:89: E501 Line too long (128 > 88)
Ruff (W291): bit_manipulation/hamming_code_generator.py#L62
bit_manipulation/hamming_code_generator.py:62:83: W291 Trailing whitespace
Ruff (W291): bit_manipulation/hamming_code_generator.py#L75
bit_manipulation/hamming_code_generator.py:75:57: W291 Trailing whitespace
Ruff (E501): bit_manipulation/hamming_code_generator.py#L79
bit_manipulation/hamming_code_generator.py:79:89: E501 Line too long (96 > 88)
ruff
Process completed with exit code 1.