Feature/travelling salesman #12289
Annotations
5 errors and 1 warning
Ruff (UP035):
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (F401):
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:20: F401 `typing.List` imported but unused
|
Ruff (F401):
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:26: F401 `typing.Tuple` imported but unused
|
ruff
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|