Feature/arun count set bits new approach #15326
Annotations
3 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 (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)
|