Skip to content

Add Minimax algorithm implementation in game_theory folder #10934

Add Minimax algorithm implementation in game_theory folder

Add Minimax algorithm implementation in game_theory folder #10934

Triggered via pull request October 11, 2024 20:49
Status Failure
Total duration 3m 7s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 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 (E501): game_theory/min_max.py#L16
game_theory/min_max.py:16:89: E501 Line too long (90 > 88)
Ruff (W293): game_theory/min_max.py#L31
game_theory/min_max.py:31:1: W293 Blank line contains whitespace
Ruff (E501): game_theory/min_max.py#L40
game_theory/min_max.py:40:89: E501 Line too long (100 > 88)
Ruff (W293): game_theory/min_max.py#L43
game_theory/min_max.py:43:1: W293 Blank line contains whitespace
Ruff (W293): game_theory/min_max.py#L67
game_theory/min_max.py:67:1: W293 Blank line contains whitespace
Ruff (W293): game_theory/min_max.py#L82
game_theory/min_max.py:82:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.