Skip to content

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

added shoelace formula, computing the area of a simple polygon

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 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#L5
geometry/shoelace.py:5:9: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): geometry/shoelace.py#L5
geometry/shoelace.py:5:26: UP006 Use `list` instead of `List` for type annotation
Ruff (W291): geometry/shoelace.py#L9
geometry/shoelace.py:9:68: W291 Trailing whitespace
ruff
Process completed with exit code 1.