Skip to content

i have added a fubnction checking if an integer is a palindrome or not #11683

i have added a fubnction checking if an integer is a palindrome or not

i have added a fubnction checking if an integer is a palindrome or not #11683

Triggered via pull request October 28, 2024 12:16
Status Failure
Total duration 27s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (E501): strings/palindrome.py#L106
strings/palindrome.py:106:89: E501 Line too long (147 > 88)
Ruff (N802): strings/palindrome.py#L112
strings/palindrome.py:112:5: N802 Function name `isPalindrome` should be lowercase
Ruff (N803): strings/palindrome.py#L113
strings/palindrome.py:113:5: N803 Argument name `N` should be lowercase
Ruff (N806): strings/palindrome.py#L123
strings/palindrome.py:123:9: N806 Variable `N` in function should be lowercase
Ruff (SIM103): strings/palindrome.py#L125
strings/palindrome.py:125:5: SIM103 Return the condition directly
ruff
Process completed with exit code 1.