Enhance split function with separator validation #18099
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
strings/split.py#L33
strings/split.py:33:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
strings/split.py#L30
strings/split.py:30:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
strings/split.py#L24
strings/split.py:24:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
strings/split.py#L3
strings/split.py:3:89: E501 Line too long (96 > 88)
|