Skip to content

Master

Master #11447

Triggered via pull request October 19, 2024 13:36
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (N999): data_structures/binary_tree/BFS#L1
data_structures/binary_tree/BFS, DFS, ASearch.py:1:1: N999 Invalid module name: 'BFS, DFS, ASearch'
Ruff (I001): data_structures/binary_tree/BFS#L4
data_structures/binary_tree/BFS, DFS, ASearch.py:4:1: I001 Import block is un-sorted or un-formatted
Ruff (RUF005): data_structures/binary_tree/BFS#L33
data_structures/binary_tree/BFS, DFS, ASearch.py:33:45: RUF005 Consider `[*path, neighbor]` instead of concatenation
Ruff (N802): data_structures/binary_tree/BFS#L81
data_structures/binary_tree/BFS, DFS, ASearch.py:81:5: N802 Function name `Uniform_Cost_Search` should be lowercase
Ruff (N816): data_structures/binary_tree/BFS#L111
data_structures/binary_tree/BFS, DFS, ASearch.py:111:1: N816 Variable `least_uniform_cost_to_G` in global scope should not be mixedCase
Ruff (N816): data_structures/binary_tree/BFS#L111
data_structures/binary_tree/BFS, DFS, ASearch.py:111:26: N816 Variable `path_to_G` in global scope should not be mixedCase
Ruff (N802): data_structures/binary_tree/BFS#L120
data_structures/binary_tree/BFS, DFS, ASearch.py:120:5: N802 Function name `Greedy_Search` should be lowercase
Ruff (N802): data_structures/binary_tree/BFS#L156
data_structures/binary_tree/BFS, DFS, ASearch.py:156:5: N802 Function name `A_Star_Search` should be lowercase
ruff
Process completed with exit code 1.