<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/plugin-development, branch pre_commit_config</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>Grammar fixes</title>
<updated>2018-11-11T09:14:51+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-11-11T09:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=dedb741fadc19fd547798afb8def09e776840341'/>
<id>dedb741fadc19fd547798afb8def09e776840341</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>Spelling and grammar fixes</title>
<updated>2018-05-13T20:19:50+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-13T17:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9f74e7a4ca2176ff5345d4636c056522dcd72bfa'/>
<id>9f74e7a4ca2176ff5345d4636c056522dcd72bfa</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>Add previous_unindented_logical_line attribute</title>
<updated>2016-11-08T15:34:56+00:00</updated>
<author>
<name>Yen Chi Hsuan</name>
<email>yan12125@gmail.com</email>
</author>
<published>2016-11-08T15:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=6595d3a08dedec4ff07683bf2c8f5aca2637fc5f'/>
<id>6595d3a08dedec4ff07683bf2c8f5aca2637fc5f</id>
<content type='text'>
This attribute is introduced in pycodestyle 2.1.0

Closes #246

See: https://github.com/PyCQA/pycodestyle/issues/400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This attribute is introduced in pycodestyle 2.1.0

Closes #246

See: https://github.com/PyCQA/pycodestyle/issues/400
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing spaces from documentation</title>
<updated>2016-10-25T17:01:43+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-10-25T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=1cfc12f366c8b3408993374ddc5a73f5f66da43e'/>
<id>1cfc12f366c8b3408993374ddc5a73f5f66da43e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'file-tokens' of xzise/flake8</title>
<updated>2016-10-25T16:57:24+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-10-25T16:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=91a1ce47d6cf2a0161546fec7268cc42fece89c5'/>
<id>91a1ce47d6cf2a0161546fec7268cc42fece89c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
