Skip to content

Feature/arun count set bits new approach #15326

Feature/arun count set bits new approach

Feature/arun count set bits new approach #15326

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)