added shoelace formula, computing the area of a simple polygon #11252
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.
|