ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F525.py
2023-09-20 08:38:27 +02:00

2 lines
66 B
Python

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