Skip to content

Added min_max algorithm in game_theory module #10932

Added min_max algorithm in game_theory module

Added min_max algorithm in game_theory module #10932

Triggered via pull request October 11, 2024 20:08
Status Failure
Total duration 25s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.