Skip to content

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

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

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

Triggered via pull request October 23, 2025 23:16
Status Failure
Total duration 16s
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#L38
other/palindrome_check.py:38:22: W292 No newline at end of file
Ruff (E501): other/palindrome_check.py#L1
other/palindrome_check.py:1:89: E501 Line too long (91 > 88)
Ruff (F401): other/palindrome_check.py#L1
other/palindrome_check.py:1:20: F401 `typing.Text` imported but unused
Ruff (I001): other/palindrome_check.py#L1
other/palindrome_check.py:1:1: I001 Import block is un-sorted or un-formatted