New #11642
Annotations
8 errors
Ruff (W291):
sorts/topological_sort.py#L50
sorts/topological_sort.py:50:19: W291 Trailing whitespace
|
Ruff (I001):
travelling_salesman_problem.py#L3
travelling_salesman_problem.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W293):
travelling_salesman_problem.py#L44
travelling_salesman_problem.py:44:1: W293 Blank line contains whitespace
|
Ruff (W293):
travelling_salesman_problem.py#L49
travelling_salesman_problem.py:49:1: W293 Blank line contains whitespace
|
Ruff (E501):
travelling_salesman_problem.py#L139
travelling_salesman_problem.py:139:89: E501 Line too long (117 > 88)
|
Ruff (W291):
travelling_salesman_problem.py#L141
travelling_salesman_problem.py:141:59: W291 Trailing whitespace
|
Ruff (E501):
travelling_salesman_problem.py#L155
travelling_salesman_problem.py:155:89: E501 Line too long (90 > 88)
|
ruff
Process completed with exit code 1.
|