Skip to content

added shoelace formula, computing the area of a simple polygon #11252

added shoelace formula, computing the area of a simple polygon

added shoelace formula, computing the area of a simple polygon #11252

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (UP035): geometry/shoelace.py#L1
geometry/shoelace.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): geometry/shoelace.py#L4
geometry/shoelace.py:4:25: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): geometry/shoelace.py#L4
geometry/shoelace.py:4:42: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.