Skip to content

Sieve_of_sundaram #15508

Sieve_of_sundaram

Sieve_of_sundaram #15508

Triggered via pull request October 17, 2025 04:25
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)