Skip to content

Add optimized Sieve of Eratosthenes algorithm #15672

Add optimized Sieve of Eratosthenes algorithm

Add optimized Sieve of Eratosthenes algorithm #15672

Triggered via pull request October 20, 2025 08:44
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (E501): maths/optimised_sieve_of_eratosthenes.py#L18
maths/optimised_sieve_of_eratosthenes.py:18:89: E501 Line too long (95 > 88)
Ruff (E501): maths/optimised_sieve_of_eratosthenes.py#L12
maths/optimised_sieve_of_eratosthenes.py:12:89: E501 Line too long (93 > 88)
Ruff (E501): maths/optimised_sieve_of_eratosthenes.py#L10
maths/optimised_sieve_of_eratosthenes.py:10:89: E501 Line too long (99 > 88)
Ruff (I001): maths/optimised_sieve_of_eratosthenes.py#L6
maths/optimised_sieve_of_eratosthenes.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): maths/optimised_sieve_of_eratosthenes.py#L3
maths/optimised_sieve_of_eratosthenes.py:3:89: E501 Line too long (89 > 88)
Ruff (E501): maths/optimised_sieve_of_eratosthenes.py#L1
maths/optimised_sieve_of_eratosthenes.py:1:89: E501 Line too long (99 > 88)