Sieve_of_sundaram #15509
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (UP006):
maths/sieve_of_sundaram.py#L13
maths/sieve_of_sundaram.py:13:38: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP035):
maths/sieve_of_sundaram.py#L10
maths/sieve_of_sundaram.py:10:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (E501):
maths/sieve_of_sundaram.py#L4
maths/sieve_of_sundaram.py:4:89: E501 Line too long (90 > 88)
|