Added min_max algorithm in game_theory module #10933
Annotations
4 errors
Ruff (UP035):
game_theory/min_max.py#L2
game_theory/min_max.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (E501):
game_theory/min_max.py#L18
game_theory/min_max.py:18:89: E501 Line too long (90 > 88)
|
Ruff (UP006):
game_theory/min_max.py#L30
game_theory/min_max.py:30:32: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|