Skip to content

fix: add validation for non-power-of-2 scores in minimax #18449

fix: add validation for non-power-of-2 scores in minimax

fix: add validation for non-power-of-2 scores in minimax #18449

Triggered via pull request July 20, 2026 06:48
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (W292): graphs/page_rank.py#L93
graphs/page_rank.py:93:11: W292 No newline at end of file help: Add trailing newline
ruff (E501): graphs/page_rank.py#L65
graphs/page_rank.py:65:89: E501 Line too long (90 > 88)
ruff (B007): graphs/page_rank.py#L60
graphs/page_rank.py:60:9: B007 Loop control variable `i` not used within loop body help: Rename unused `i` to `_i`
ruff (W292): backtracking/minimax.py#L99
backtracking/minimax.py:99:11: W292 No newline at end of file help: Add trailing newline