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