Skip to content

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

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

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

Triggered via pull request October 13, 2025 04:40
Status Failure
Total duration 11s
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 (E501): maths/elo_expected_score.py#L5
maths/elo_expected_score.py:5:89: E501 Line too long (106 > 88)
Ruff (I001): maths/elo_expected_score.py#L1
maths/elo_expected_score.py:1:1: I001 Import block is un-sorted or un-formatted