Feature/travelling salesman #12287
Annotations
8 errors and 1 warning
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L1
dynamic_programming/travelling_salesman.py:1:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L4
dynamic_programming/travelling_salesman.py:4:23: UP006 Use `list` instead of `List` for type annotation
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L4
dynamic_programming/travelling_salesman.py:4:28: UP006 Use `list` instead of `List` for type annotation
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L4
dynamic_programming/travelling_salesman.py:4:45: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L4
dynamic_programming/travelling_salesman.py:4:58: UP006 Use `list` instead of `List` for type annotation
|
Run uvx ruff check --output-format=github .:
dynamic_programming/travelling_salesman.py#L72
dynamic_programming/travelling_salesman.py:72:22: W292 No newline at end of file
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading