Skip to content

Algorithm for Nth Tribinacci Number calculation #15269

Algorithm for Nth Tribinacci Number calculation

Algorithm for Nth Tribinacci Number calculation #15269

Triggered via pull request October 13, 2025 09:16
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (ARG001): maths/tribonacci.py#L13
maths/tribonacci.py:13:16: ARG001 Unused function argument: `self`
Ruff (E501): maths/tribonacci.py#L8
maths/tribonacci.py:8:89: E501 Line too long (97 > 88)