Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
Ruff (UP019): other/palindrome_check.py#L6
other/palindrome_check.py:6:25: UP019 `typing.Text` is deprecated, use `str`