Sieve_of_sundaram #15508
Annotations
10 errors
Ruff (W293):
maths/sieve_of_sundaram.py#L52
maths/sieve_of_sundaram.py:52:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L49
maths/sieve_of_sundaram.py:49:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L28
maths/sieve_of_sundaram.py:28:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L25
maths/sieve_of_sundaram.py:25:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L22
maths/sieve_of_sundaram.py:22:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L19
maths/sieve_of_sundaram.py:19:1: W293 Blank line contains whitespace
|
Ruff (W293):
maths/sieve_of_sundaram.py#L16
maths/sieve_of_sundaram.py:16:1: W293 Blank line contains whitespace
|
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)
|