Feature/arun count set bits new approach #15325
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (N806):
bit_manipulation/count_number_of_one_bits.py#L87
bit_manipulation/count_number_of_one_bits.py:87:5: N806 Variable `_LOOKUP_TABLE` in function should be lowercase
|
|
Ruff (W293):
bit_manipulation/count_number_of_one_bits.py#L69
bit_manipulation/count_number_of_one_bits.py:69:1: W293 Blank line contains whitespace
|
|
Ruff (E501):
bit_manipulation/count_number_of_one_bits.py#L67
bit_manipulation/count_number_of_one_bits.py:67:89: E501 Line too long (96 > 88)
|