mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
# OK
|
|
b"%s" % (b"bytestring",)
|
|
|
|
"%4%" % ()
|
|
|
|
i % 3
|
|
|
|
pytest.param('"%8s" % (None,)', id="unsafe width-string conversion"),
|