Add A* (A-star) pathfinding algorithm with doctests and type hints #13780
Annotations
10 errors
|
searches/astar.py#L24
searches/astar.py:24:15: UP006 Use `list` instead of `List` for type annotation
|
|
searches/astar.py#L24
searches/astar.py:24:6: UP045 Use `X | None` for type annotations
|
|
searches/astar.py#L18
searches/astar.py:18:41: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
searches/astar.py#L17
searches/astar.py:17:8: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
searches/astar.py#L14
searches/astar.py:14:1: UP035 `typing.Set` is deprecated, use `set` instead
|
|
searches/astar.py#L14
searches/astar.py:14:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
searches/astar.py#L14
searches/astar.py:14:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
searches/astar.py#L14
searches/astar.py:14:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
searches/astar.py#L14
searches/astar.py:14:1: UP035 Import from `collections.abc` instead: `Callable`, `Iterable`
|
|
searches/astar.py#L13
searches/astar.py:13:1: I001 Import block is un-sorted or un-formatted
|
The logs for this run have expired and are no longer available.
Loading