File: singles.py

package info (click to toggle)
flake8-quotes 3.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 938; sh: 28; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
this_should_be_linted = 'single quote string'
this_should_be_linted = u'double quote string'
this_should_be_linted = br'double quote string'  # use b instead of u, as ur is invalid in Py3