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