Files
ruff/resources/test/fixtures/flake8_quotes/doubles.py
2022-10-28 17:52:11 -04:00

3 lines
93 B
Python

this_should_be_linted = "double quote string"
this_should_be_linted = u"double quote string"