Fix: handle zero input in binary_count_trailing_zeros #17586
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (SIM113):
hashes/hamming_code.py#L225
hashes/hamming_code.py:225:9: SIM113 Use `enumerate()` for index variable `qtd_bp` in `for` loop
|
|
ruff (SIM113):
hashes/hamming_code.py#L136
hashes/hamming_code.py:136:9: SIM113 Use `enumerate()` for index variable `qtd_bp` in `for` loop
|
|
ruff (W292):
bit_manipulation/binary_count_trailing_zeros.py#L51
bit_manipulation/binary_count_trailing_zeros.py:51:22: W292 No newline at end of file
help: Add trailing newline
|