Skip to content

Merge pull request #9 from m4tveevm/KruskalsAlgo

Sign in for the full log view
GitHub Actions / Qodana Community for Python completed Dec 17, 2024 in 0s

5 new problems found by Qodana Community for Python

Qodana Community for Python

5 new problems were found

Inspection name Severity Problems
PEP 8 naming convention violation ◽️ Notice 4
Class has no init method ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 5 in src/kruskals/edges.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Class has no `__init__` method

Class has no __init__ method

Check notice on line 14 in test/test_binary_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase

Check notice on line 11 in test/test_graph_reader.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase

Check notice on line 8 in test/test_graph_reader.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase

Check notice on line 13 in test/test_red_black_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase