Skip to content

feat(ratings): Add Python implementation for Elo Expected Score formula #15262

feat(ratings): Add Python implementation for Elo Expected Score formula

feat(ratings): Add Python implementation for Elo Expected Score formula #15262

Triggered via pull request October 13, 2025 04:46
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W292): maths/elo_expected_score.py#L34
maths/elo_expected_score.py:34:66: W292 No newline at end of file
Ruff (W293): maths/elo_expected_score.py#L7
maths/elo_expected_score.py:7:1: W293 Blank line contains whitespace
Ruff (I001): maths/elo_expected_score.py#L1
maths/elo_expected_score.py:1:1: I001 Import block is un-sorted or un-formatted