Skip to content

feat: add algorithm 95 to find the longest amicable chain #11237

feat: add algorithm 95 to find the longest amicable chain

feat: add algorithm 95 to find the longest amicable chain #11237

Triggered via pull request October 16, 2024 06:18
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (E501): project_euler/problem_095/sol1.py#L4
project_euler/problem_095/sol1.py:4:89: E501 Line too long (172 > 88)
Ruff (E501): project_euler/problem_095/sol1.py#L6
project_euler/problem_095/sol1.py:6:89: E501 Line too long (93 > 88)
Ruff (E501): project_euler/problem_095/sol1.py#L8
project_euler/problem_095/sol1.py:8:89: E501 Line too long (160 > 88)
ruff
Process completed with exit code 1.