Skip to content

Add A* (A-star) Pathfinding Algorithm with Doctests & Type Hints #16132

Add A* (A-star) Pathfinding Algorithm with Doctests & Type Hints

Add A* (A-star) Pathfinding Algorithm with Doctests & Type Hints #16132

Triggered via pull request October 27, 2025 07:36
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (E501): searches/astar.py#L133
searches/astar.py:133:89: E501 Line too long (90 > 88)
Ruff (E501): searches/astar.py#L106
searches/astar.py:106:89: E501 Line too long (90 > 88)
Ruff (I001): searches/astar.py#L12
searches/astar.py:12:1: I001 Import block is un-sorted or un-formatted