Added min_max algorithm in game_theory module #10932
Annotations
6 errors
Ruff (I001):
game_theory/min_max.py#L1
game_theory/min_max.py:1:1: I001 Import block is un-sorted or un-formatted
|
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#L17
game_theory/min_max.py:17:89: E501 Line too long (90 > 88)
|
Ruff (UP006):
game_theory/min_max.py#L29
game_theory/min_max.py:29:32: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
game_theory/min_max.py#L41
game_theory/min_max.py:41:89: E501 Line too long (100 > 88)
|
ruff
Process completed with exit code 1.
|