Skip to content

feat: Add palindrome check to basic logic problems (Closes #13501) #15965

feat: Add palindrome check to basic logic problems (Closes #13501)

feat: Add palindrome check to basic logic problems (Closes #13501) #15965

Triggered via pull request October 23, 2025 22:49
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (W292): other/palindrome_check.py#L40
other/palindrome_check.py:40:22: W292 No newline at end of file
Ruff (UP019): other/palindrome_check.py#L3
other/palindrome_check.py:3:25: UP019 `typing.Text` is deprecated, use `str`
Ruff (E501): other/palindrome_check.py#L1
other/palindrome_check.py:1:89: E501 Line too long (91 > 88)
Ruff (I001): other/palindrome_check.py#L1
other/palindrome_check.py:1:1: I001 Import block is un-sorted or un-formatted