Algorithm for Nth Tribinacci Number calculation #15268
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
|