Fix/simulated annealing local search #15524
Annotations
10 errors
Ruff (UP006):
data_structures/simple/bst.py#L36
data_structures/simple/bst.py:36:14: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
data_structures/simple/bst.py#L35
data_structures/simple/bst.py:35:26: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP045):
data_structures/simple/bst.py#L16
data_structures/simple/bst.py:16:27: UP045 Use `X | None` for type annotations
|
Ruff (UP045):
data_structures/simple/bst.py#L13
data_structures/simple/bst.py:13:20: UP045 Use `X | None` for type annotations
|
Ruff (UP045):
data_structures/simple/bst.py#L8
data_structures/simple/bst.py:8:21: UP045 Use `X | None` for type annotations
|
Ruff (UP045):
data_structures/simple/bst.py#L7
data_structures/simple/bst.py:7:20: UP045 Use `X | None` for type annotations
|
Ruff (I001):
data_structures/simple/bst.py#L1
data_structures/simple/bst.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
data_structures/simple/bst.py#L1
data_structures/simple/bst.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (RUF022):
data_structures/simple/__init__.py#L16
data_structures/simple/__init__.py:16:11: RUF022 `__all__` is not sorted
|
Ruff (I001):
data_structures/simple/__init__.py#L7
data_structures/simple/__init__.py:7:1: I001 Import block is un-sorted or un-formatted
|