mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
2 lines
66 B
Python
2 lines
66 B
Python
"{} {1}".format(1, 2) # F525
|
|
"{0} {}".format(1, 2) # F523, F525
|