Skip to content

solved the issue #12046 and #12020 #11105

solved the issue #12046 and #12020

solved the issue #12046 and #12020 #11105

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 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 (I001): divide_and_conquer/quicksort.py#L1
divide_and_conquer/quicksort.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP006): divide_and_conquer/quicksort.py#L4
divide_and_conquer/quicksort.py:4:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): divide_and_conquer/quicksort.py#L36
divide_and_conquer/quicksort.py:36:20: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.