Skip to content

Sieve of Sundaram #15506

Sieve of Sundaram

Sieve of Sundaram #15506

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
ruff
Process completed with exit code 1.
Ruff (W293): maths/sieve_of_sundaram.py#L44
maths/sieve_of_sundaram.py:44:1: W293 Blank line contains whitespace
Ruff (W293): maths/sieve_of_sundaram.py#L36
maths/sieve_of_sundaram.py:36:1: W293 Blank line contains whitespace
Ruff (W293): maths/sieve_of_sundaram.py#L31
maths/sieve_of_sundaram.py:31: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#L12
maths/sieve_of_sundaram.py:12:1: W293 Blank line contains whitespace
Ruff (UP006): maths/sieve_of_sundaram.py#L9
maths/sieve_of_sundaram.py:9:38: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): maths/sieve_of_sundaram.py#L6
maths/sieve_of_sundaram.py:6:1: UP035 `typing.List` is deprecated, use `list` instead