feat: Introduce hamming code generator #10680
Annotations
3 errors
Ruff (E501):
bit_manipulation/hamming_code_generator.py#L41
bit_manipulation/hamming_code_generator.py:41:89: E501 Line too long (93 > 88)
|
Ruff (PLR1714):
bit_manipulation/hamming_code_generator.py#L43
bit_manipulation/hamming_code_generator.py:43:13: PLR1714 Consider merging multiple comparisons: `i not in ("0", "1")`. Use a `set` if the elements are hashable.
|
ruff
Process completed with exit code 1.
|