Skip to content

Feature/arun count set bits new approach #15325

Feature/arun count set bits new approach

Feature/arun count set bits new approach #15325

Triggered via pull request October 14, 2025 09:11
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)