<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Python PEP8 syntax warnings]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">When editing Python files, I would like a WARNING when my Python source code does not conform to the PEP8 code standard.</p>
<p dir="auto">For example, when there is whitespace at the end of a line, or when lines are not indented in the right way.</p>
<p dir="auto">I would NOT like the source code to be modified automatically, I want to do that myself.</p>
<p dir="auto">Does someone know a way to achieve this?</p>
<p dir="auto">Regards, Magnus</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12232/python-pep8-syntax-warnings</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 13:15:26 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12232.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Aug 2016 14:11:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Python PEP8 syntax warnings on Tue, 16 Aug 2016 18:46:07 GMT]]></title><description><![CDATA[<p dir="auto">For the record, when I read something like the OP’s question, I presume that they have done their due diligence and have explored external options and have a good reason for wanting to do what they are asking about, inside Notepad++.  Not always a good presumption, I guess, but this is a N++ forum, after all.  :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17328</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17328</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Tue, 16 Aug 2016 18:46:07 GMT</pubDate></item><item><title><![CDATA[Reply to Python PEP8 syntax warnings on Tue, 16 Aug 2016 18:43:21 GMT]]></title><description><![CDATA[<p dir="auto">There are PEP8 checkers available (for <a href="https://pypi.python.org/pypi/pep8" rel="nofollow ugc">example</a>). Nothing is currently built in but using something like the PythonScript plugin, NppExec, etc should be possible. With a bit more work you could even highlight the exact locations of each error, etc.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17327</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17327</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Tue, 16 Aug 2016 18:43:21 GMT</pubDate></item><item><title><![CDATA[Reply to Python PEP8 syntax warnings on Tue, 16 Aug 2016 18:34:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magnus-h%C3%A5kansson" aria-label="Profile: Magnus-Håkansson">@<bdi>Magnus-Håkansson</bdi></a> said:</p>
<blockquote>
<p dir="auto">I would also prefer using someones work rather than doing it on my own :-)</p>
</blockquote>
<p dir="auto">Often desirable, not always achievable!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17326</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17326</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Tue, 16 Aug 2016 18:34:30 GMT</pubDate></item><item><title><![CDATA[Reply to Python PEP8 syntax warnings on Tue, 16 Aug 2016 16:07:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">Nope, I am not an expert…</p>
<p dir="auto">I would like to have all warnings displayed to me rather than look for them one by one.</p>
<p dir="auto">I would also prefer using someones work rather than doing it on my own :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17314</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17314</guid><dc:creator><![CDATA[Magnus Håkansson]]></dc:creator><pubDate>Tue, 16 Aug 2016 16:07:05 GMT</pubDate></item><item><title><![CDATA[Reply to Python PEP8 syntax warnings on Tue, 16 Aug 2016 14:51:47 GMT]]></title><description><![CDATA[<p dir="auto">Since it is extremely likely that you are a Python expert, you could write a Notepad++ Pythonscript to check for this conformity.   :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17309</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17309</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Tue, 16 Aug 2016 14:51:47 GMT</pubDate></item></channel></rss>