Skip to content

Add docstring to palindrome function #16713

Add docstring to palindrome function

Add docstring to palindrome function #16713

Triggered via pull request December 29, 2025 08:43
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (invalid-syntax): maths/prime_check.py#L100
maths/prime_check.py:100:1: invalid-syntax: Expected dedent, found end of file
Ruff (invalid-syntax): maths/prime_check.py#L52
maths/prime_check.py:52:1: invalid-syntax: Unexpected indentation
Ruff (invalid-syntax): maths/prime_check.py#L19
maths/prime_check.py:19:1: invalid-syntax: unindent does not match any outer indentation level
Ruff (invalid-syntax): maths/prime_check.py#L17
maths/prime_check.py:17:1: invalid-syntax: unindent does not match any outer indentation level