Skip to content

solved the issue #12046 and #12020 #11106

solved the issue #12046 and #12020

solved the issue #12046 and #12020 #11106

Triggered via pull request October 14, 2024 10:16
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.