solved the issue #12046 and #12020 #11106
Annotations
4 errors
Ruff (UP035):
divide_and_conquer/quicksort.py#L1
divide_and_conquer/quicksort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
divide_and_conquer/quicksort.py#L5
divide_and_conquer/quicksort.py:5:21: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
divide_and_conquer/quicksort.py#L38
divide_and_conquer/quicksort.py:38:20: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|