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

3 lines
93 B
Python

this_should_be_linted = 'single quote string'
this_should_be_linted = u'double quote string'