Skip to content

feat: Introduce hamming code generator #10447

feat: Introduce hamming code generator

feat: Introduce hamming code generator #10447

Triggered via pull request October 6, 2024 12:49
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (E501): bit_manipulation/hamming_code_generator.py#L17
bit_manipulation/hamming_code_generator.py:17:89: E501 Line too long (96 > 88)
Ruff (E501): bit_manipulation/hamming_code_generator.py#L37
bit_manipulation/hamming_code_generator.py:37:89: E501 Line too long (150 > 88)
Ruff (E501): bit_manipulation/hamming_code_generator.py#L38
bit_manipulation/hamming_code_generator.py:38:89: E501 Line too long (150 > 88)
Ruff (E501): bit_manipulation/hamming_code_generator.py#L39
bit_manipulation/hamming_code_generator.py:39:89: E501 Line too long (150 > 88)
Ruff (E501): bit_manipulation/hamming_code_generator.py#L40
bit_manipulation/hamming_code_generator.py:40:89: E501 Line too long (150 > 88)
Ruff (PLR1714): bit_manipulation/hamming_code_generator.py#L48
bit_manipulation/hamming_code_generator.py:48:16: PLR1714 Consider merging multiple comparisons: `k in (0, 1, 2, 4, 8)`. Use a `set` if the elements are hashable.
Ruff (I001): bit_manipulation/hamming_code_generator.py#L62
bit_manipulation/hamming_code_generator.py:62:1: I001 Import block is un-sorted or un-formatted
ruff
Process completed with exit code 1.