Skip to content

feat: Introduce hamming code generator #10448

feat: Introduce hamming code generator

feat: Introduce hamming code generator #10448

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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 (PLR1714): bit_manipulation/hamming_code_generator.py#L92
bit_manipulation/hamming_code_generator.py:92: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#L106
bit_manipulation/hamming_code_generator.py:106:1: I001 Import block is un-sorted or un-formatted
ruff
Process completed with exit code 1.