JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Also catches print in strings #1

Closed adrianandreias closed 10 years ago

adrianandreias commented 10 years ago

Reports a false positive for this multiline string at least:

email_msg = """MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable """

JBKahn commented 10 years ago

cool, I'll take a look in a few days when my tests and assignments permit. It's a known issue. I have to look at the docs to see how to get the file as a whole. currently gives me a single line at a time.

JBKahn commented 10 years ago

fixed in 1.3.0

JBKahn commented 10 years ago

Let me know if that doesn't solve the problem.