mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
37 lines
528 B
Python
37 lines
528 B
Python
from collections import Counter
|
|
|
|
|
|
def f() -> None:
|
|
"""Docstring goes here."""
|
|
for x in range(5):
|
|
print(x)
|
|
else:
|
|
print("Nope!")
|
|
|
|
|
|
a = {
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
"a",
|
|
"b",
|
|
"c",
|
|
}
|
|
|
|
cls(title=title, before_text=before_text, after_text=after_text, before_description=before_description, after_description=after_description, transform_type=transform_type)
|
|
|