feat: Introduce hamming code generator #10448
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.
|