mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
20 lines
No EOL
333 B
Python
20 lines
No EOL
333 B
Python
def f():
|
|
"Here's a line ending in a question mark?"
|
|
...
|
|
|
|
|
|
def f():
|
|
"""Here's a line ending in an exclamation mark!"""
|
|
...
|
|
|
|
def f():
|
|
"""Here's a line ending in a colon:"""
|
|
...
|
|
|
|
def f():
|
|
"""Here's a line ending in a semi colon;"""
|
|
...
|
|
|
|
def f():
|
|
"""Here's a line ending with a whitespace """
|
|
... |