mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +00:00
2 lines
66 B
Python
2 lines
66 B
Python
"{} {1}".format(1, 2) # F525
|
|
"{0} {}".format(1, 2) # F523, F525
|