<div dir="ltr">On Mon, Nov 13, 2017 at 5:37 PM, Barry Warsaw <span dir="ltr"><<a href="mailto:barry@python.org" target="_blank">barry@python.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">One of the things that bother me about end-line comments is that this is<br>
going to blow up line length limits. </blockquote><div><br></div><div>Is that a problem? the linters can ignore lines to long if they are only too long due to one of these :-)<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> I think this could work if such<br>
pragma comments could apply to the following line, and multiline pragmas<br>
would be acceptable.  Then you could have something like:<br>
<br>
    # flake8: disable=unused-import<br>
    # mypy: alias=pathlib2.Path<br>
    # coverage: ignore=when>py2.7<span class="gmail-"><br></span></blockquote><div><br></div><div>I'd much rather have the tools all look at the entire comment for their particular pragma.<br><br></div><div>and then, even if you wanted to put it on the previous line, you would't have the line-length issue:<br><br> # flake8: disable=unused-import mypy: alias=pathlib2.Path coverage: ignore=when>py2.7<span class="gmail-"><br></span><br></div><div>-CHB<br clear="all"></div></div><br>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>