Added tests #14370
+11
−0
Closed
Added tests #14370
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
test_palidrome.py#L9
test_palidrome.py:9:12: E712 Avoid equality comparisons to `False`; use `not is_palindrome("hello"):` for false checks
help: Replace with `not is_palindrome("hello")`
|
|
Run uvx ruff check --output-format=github .:
test_palidrome.py#L5
test_palidrome.py:5:12: E712 Avoid equality comparisons to `True`; use `is_palindrome("level"):` for truth checks
help: Replace with `is_palindrome("level")`
|
Loading