Create palindrome_check.py #11445
Annotations
7 errors
Ruff (UP034):
strings/palindrome_check.py#L1
strings/palindrome_check.py:1:14: UP034 Avoid extraneous parentheses
|
Ruff (W291):
strings/palindrome_check.py#L1
strings/palindrome_check.py:1:34: W291 Trailing whitespace
|
Ruff (W291):
strings/palindrome_check.py#L2
strings/palindrome_check.py:2:26: W291 Trailing whitespace
|
Ruff (W291):
strings/palindrome_check.py#L3
strings/palindrome_check.py:3:42: W291 Trailing whitespace
|
Ruff (W291):
strings/palindrome_check.py#L4
strings/palindrome_check.py:4:6: W291 Trailing whitespace
|
Ruff (W291):
strings/palindrome_check.py#L5
strings/palindrome_check.py:5:46: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|