Fix: handle zero input in binary_count_trailing_zeros #17588
Annotations
5 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#L52
bit_manipulation/binary_count_trailing_zeros.py:52:5: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (W293):
bit_manipulation/binary_count_trailing_zeros.py#L52
bit_manipulation/binary_count_trailing_zeros.py:52:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|