<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/plugin-development/registering-plugins.rst, branch 3.7-maintenance</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Fix sample entry points in docs</title>
<updated>2019-05-21T00:24:47+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-05-21T00:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=81838de9469bacabe9d1bf4d26138bc54b09bb7b'/>
<id>81838de9469bacabe9d1bf4d26138bc54b09bb7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused and broken flake8.listen plugin type</title>
<updated>2018-12-28T00:55:15+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-12-28T00:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=be88d2639694da77d07a9075231a0bea2b8df3f5'/>
<id>be88d2639694da77d07a9075231a0bea2b8df3f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Link fixes and redirect avoidance</title>
<updated>2018-05-21T16:17:59+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-21T16:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=cc5558c926eb04a63d4311002e0446bac74af0eb'/>
<id>cc5558c926eb04a63d4311002e0446bac74af0eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed emphasis on last line</title>
<updated>2018-03-30T21:53:37+00:00</updated>
<author>
<name>Tyler Wince</name>
<email>tyler@myndshft.com</email>
</author>
<published>2018-03-30T21:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=7635db1ce3fc3c7471d6003ccb632a145c3d08e6'/>
<id>7635db1ce3fc3c7471d6003ccb632a145c3d08e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added language for entry point length</title>
<updated>2018-03-30T21:46:14+00:00</updated>
<author>
<name>Tyler Wince</name>
<email>tyler@myndshft.com</email>
</author>
<published>2018-03-30T21:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=a7c0fc6463f41b397ef2c4e68bf7790b4b707b2f'/>
<id>a7c0fc6463f41b397ef2c4e68bf7790b4b707b2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add common entry points and instruction to docs</title>
<updated>2018-03-29T15:09:07+00:00</updated>
<author>
<name>Tyler Wince</name>
<email>tyler@myndshft.com</email>
</author>
<published>2018-03-29T15:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=8e7658c06d235769efa4e7a5105c37e65034128e'/>
<id>8e7658c06d235769efa4e7a5105c37e65034128e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop from __future__ import with_statement from docs</title>
<updated>2017-11-26T17:58:55+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-11-26T16:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=96841cd41d655fe10035e9fdab03626628e0c3a8'/>
<id>96841cd41d655fe10035e9fdab03626628e0c3a8</id>
<content type='text'>
All versions of Python that flake8 supports (2.7, 3.4+) have full
support for the with statement. There is no need to add the import.

Slightly simplifies the example be removing unnecessary boilerplate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All versions of Python that flake8 supports (2.7, 3.4+) have full
support for the with statement. There is no need to add the import.

Slightly simplifies the example be removing unnecessary boilerplate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the documentation very obvious</title>
<updated>2016-07-27T00:49:36+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-27T00:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=12dcb10c90d8bd1458a004a75d98d0478f869dc8'/>
<id>12dcb10c90d8bd1458a004a75d98d0478f869dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify what the X in the entry points does</title>
<updated>2016-07-26T15:57:51+00:00</updated>
<author>
<name>Fabian Neundorf</name>
<email>CommodoreFabianus@gmx.de</email>
</author>
<published>2016-07-26T15:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9f10219137673fb2ec1afb0d282dc43ea21d9198'/>
<id>9f10219137673fb2ec1afb0d282dc43ea21d9198</id>
<content type='text'>
Previously the `X` wasn't further explained in the documentation on how to
register a plugin. This plugs the hole at least for checking plugins.

See also: #183
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the `X` wasn't further explained in the documentation on how to
register a plugin. This plugs the hole at least for checking plugins.

See also: #183
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new Flake8 classifier to Trove list</title>
<updated>2016-07-09T21:16:07+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-09T21:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=469da96001c7fe1dd90491d570d1901ac694c047'/>
<id>469da96001c7fe1dd90491d570d1901ac694c047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
