feat(ratings): Add Python implementation for Elo Expected Score formula #15262
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
|