Skip to content

A* Searching Algorithm Added with README file #10197

A* Searching Algorithm Added with README file

A* Searching Algorithm Added with README file #10197

Triggered via pull request October 4, 2024 07:37
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (INP001): A_star_searching_algorithm/A_star_search.py#L1
A_star_searching_algorithm/A_star_search.py:1:1: INP001 File `A_star_searching_algorithm/A_star_search.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (I001): A_star_searching_algorithm/A_star_search.py#L2
A_star_searching_algorithm/A_star_search.py:2:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): A_star_searching_algorithm/A_star_search.py#L2
A_star_searching_algorithm/A_star_search.py:2:8: F401 `math` imported but unused
Ruff (A001): A_star_searching_algorithm/A_star_search.py#L148
A_star_searching_algorithm/A_star_search.py:148:13: A001 Variable `dir` is shadowing a Python builtin
ruff
Process completed with exit code 1.