File: no_qa.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-- 67 bytes parent folder | download | duplicates (2)
1
2
3
some_code = 2
this_should_not_be_checked = 1  # noqa
some_code = 3