Skip to content

feat: Fibonacci number using Matrix Exponentiation, docs: Added documentation for Matrix Exponentiation and improve the main explanation of the Algorithms #9838

feat: Fibonacci number using Matrix Exponentiation, docs: Added documentation for Matrix Exponentiation and improve the main explanation of the Algorithms

feat: Fibonacci number using Matrix Exponentiation, docs: Added documentation for Matrix Exponentiation and improve the main explanation of the Algorithms #9838

Triggered via pull request October 1, 2024 13:34
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W291): maths/fibonacci.py#L2
maths/fibonacci.py:2:75: W291 Trailing whitespace
Ruff (E501): maths/fibonacci.py#L16
maths/fibonacci.py:16:89: E501 Line too long (89 > 88)
Ruff (W291): maths/fibonacci.py#L16
maths/fibonacci.py:16:89: W291 Trailing whitespace
Ruff (W291): maths/fibonacci.py#L17
maths/fibonacci.py:17:86: W291 Trailing whitespace
Ruff (E501): maths/fibonacci.py#L20
maths/fibonacci.py:20:89: E501 Line too long (90 > 88)
Ruff (W291): maths/fibonacci.py#L20
maths/fibonacci.py:20:90: W291 Trailing whitespace
Ruff (W293): maths/fibonacci.py#L256
maths/fibonacci.py:256:1: W293 Blank line contains whitespace
Ruff (W293): maths/fibonacci.py#L258
maths/fibonacci.py:258:1: W293 Blank line contains whitespace
Ruff (W291): maths/fibonacci.py#L259
maths/fibonacci.py:259:82: W291 Trailing whitespace
Ruff (W291): maths/fibonacci.py#L260
maths/fibonacci.py:260:79: W291 Trailing whitespace