Skip to content

small refactoring and adding new solution of kruskal's algorithm #24

small refactoring and adding new solution of kruskal's algorithm

small refactoring and adding new solution of kruskal's algorithm #24

Triggered via pull request December 17, 2024 21:09
Status Success
Total duration 1m 9s
Artifacts

qodana_code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 5 notices
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Class has no `__init__` method: src/kruskals/edges.py#L5
Class has no __init__ method
PEP 8 naming convention violation: test/test_binary_tree.py#L14
Function name should be lowercase
PEP 8 naming convention violation: test/test_graph_reader.py#L11
Function name should be lowercase
PEP 8 naming convention violation: test/test_graph_reader.py#L8
Function name should be lowercase
PEP 8 naming convention violation: test/test_red_black_tree.py#L13
Function name should be lowercase