Files
ruff/resources/test/fixtures/pyflakes/F525.py
2022-12-01 13:33:33 -05:00

3 lines
66 B
Python

"{} {1}".format(1, 2) # F525
"{0} {}".format(1, 2) # F523, F525