Skip to content

Added min_max algorithm in game_theory module #10933

Added min_max algorithm in game_theory module

Added min_max algorithm in game_theory module #10933

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.