ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F525.py

3 lines
66 B
Python

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