feat: Add palindrome check to basic logic problems (Closes #13501) #15967
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
|