Skip to content

Algorithm for Nth Tribinacci Number calculation #15268

Algorithm for Nth Tribinacci Number calculation

Algorithm for Nth Tribinacci Number calculation #15268

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (ARG001): maths/tribonacci.py#L12
maths/tribonacci.py:12:16: ARG001 Unused function argument: `self`
Ruff (W291): maths/tribonacci.py#L8
maths/tribonacci.py:8:98: W291 Trailing whitespace
Ruff (E501): maths/tribonacci.py#L8
maths/tribonacci.py:8:89: E501 Line too long (98 > 88)
Ruff (W291): maths/tribonacci.py#L6
maths/tribonacci.py:6:75: W291 Trailing whitespace
Ruff (W291): maths/tribonacci.py#L4
maths/tribonacci.py:4:52: W291 Trailing whitespace
Ruff (W291): maths/tribonacci.py#L2
maths/tribonacci.py:2:64: W291 Trailing whitespace