flake8/docs/source
Ian Cordasco 299e200cb9
Handle multiline strings with '# noqa'
In Flake8 2.x we allowed people to use # noqa at the end of a multiline
string to ignore errors inside the string (e.g., E501). Being blissfully
ignorant of this, I never accounted for it in Flake8 3. This fixes the
oversight and allows multiline statements to have the # noqa at the end.

Closes #177
2016-07-25 11:00:18 -05:00
..
internal Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
plugin-development Fix typo in documentation using indect 2016-07-21 13:59:07 +02:00
release-notes Handle multiline strings with '# noqa' 2016-07-25 11:00:18 -05:00
user Document Legacy API 2016-07-14 08:13:10 -05:00
conf.py Merge branch 'origin/proposed/3.0' into master 2016-06-25 12:01:02 -05:00
faq.rst Update FAQ to be a bit clearer 2016-06-21 07:36:40 -05:00
glossary.rst Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
index.rst Rename dev subdirectory to plugin-development 2016-06-25 09:51:15 -05:00
requirements.txt Document flake8-polyfill in compatibility section 2016-07-20 08:12:45 -05:00