Skip to content

Add Minimax algorithm implementation in game_theory folder #10910

Add Minimax algorithm implementation in game_theory folder

Add Minimax algorithm implementation in game_theory folder #10910

Triggered via pull request October 11, 2024 15:55
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (INP001): game_theory/min_max.py#L1
game_theory/min_max.py:1:1: INP001 File `game_theory/min_max.py` is part of an implicit namespace package. Add an `__init__.py`.
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 (W293): game_theory/min_max.py#L7
game_theory/min_max.py:7:1: W293 Blank line contains whitespace
Ruff (W293): game_theory/min_max.py#L16
game_theory/min_max.py:16:1: W293 Blank line contains whitespace
Ruff (W293): game_theory/min_max.py#L25
game_theory/min_max.py:25:1: W293 Blank line contains whitespace
Ruff (W293): game_theory/min_max.py#L41
game_theory/min_max.py:41:1: W293 Blank line contains whitespace
Ruff (W292): game_theory/min_max.py#L51
game_theory/min_max.py:51:52: W292 No newline at end of file
ruff
Process completed with exit code 1.