<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src, branch add-statistics</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Add actual tests around statistics module</title>
<updated>2016-07-12T13:21:57+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-12T13:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2d3f06219199a4a7307a3c9a5c14b69be8608dca'/>
<id>2d3f06219199a4a7307a3c9a5c14b69be8608dca</id>
<content type='text'>
Also refactor our statistics module to be a bit smarter and less
namedtuple happy. The Statistic class had no reason to be a tuple,
I have no clue why I wrote it that way last night.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also refactor our statistics module to be a bit smarter and less
namedtuple happy. The Statistic class had no reason to be a tuple,
I have no clue why I wrote it that way last night.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the statistics module</title>
<updated>2016-07-12T01:13:41+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-12T01:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6cfb292b1b0e4f956b53e76b83f567b77cd1525e'/>
<id>6cfb292b1b0e4f956b53e76b83f567b77cd1525e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle errors reported in empty files</title>
<updated>2016-07-10T01:21:26+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-10T01:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=57e82688df3f36d023352e3d12435f36f51ee9ac'/>
<id>57e82688df3f36d023352e3d12435f36f51ee9ac</id>
<content type='text'>
Some plugins (e.g., flake8-future-import) report errors for empty
files. Those plugins default to reporting the line number as 1 which
caused earlier versions of Flake8 3.0 beta to crash on an IndexError

Closes #157
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some plugins (e.g., flake8-future-import) report errors for empty
files. Those plugins default to reporting the line number as 1 which
caused earlier versions of Flake8 3.0 beta to crash on an IndexError

Closes #157
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools integration for setup.cfg</title>
<updated>2016-07-09T12:02:27+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-09T12:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ae794fb46a177c754071c7a36811893c8dedc710'/>
<id>ae794fb46a177c754071c7a36811893c8dedc710</id>
<content type='text'>
When flake8's config is in setup.cfg, setuptools attempts to set those
options on the command instance. If they don't exist, it fails early
complaining that a specific option does not exist.

This adds this back and does it better than the Flake8 2.x version.

Closes #163
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When flake8's config is in setup.cfg, setuptools attempts to set those
options on the command instance. If they don't exist, it fails early
complaining that a specific option does not exist.

This adds this back and does it better than the Flake8 2.x version.

Closes #163
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle kwargs passed to get_style_guide</title>
<updated>2016-07-07T22:39:02+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-07T22:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=1372d0dd1c103077c53eb1977090c3065cac1992'/>
<id>1372d0dd1c103077c53eb1977090c3065cac1992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fill in most of the legacy API</title>
<updated>2016-07-07T18:29:53+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-07T18:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a4ce229fb6493c11fd8ed850d5c07a5964fade7d'/>
<id>a4ce229fb6493c11fd8ed850d5c07a5964fade7d</id>
<content type='text'>
This does not handle setting custom options via the parameters to
get_style_guide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not handle setting custom options via the parameters to
get_style_guide.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the skeleton for the LegacyStyleGuide</title>
<updated>2016-06-30T13:27:32+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-30T13:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6a2ad045fa3aeff24fbcf11b2abf8ae27035b9f1'/>
<id>6a2ad045fa3aeff24fbcf11b2abf8ae27035b9f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update defaults</title>
<updated>2016-06-30T11:54:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-30T11:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f963641e932daed5ca5d71efa7293a9b756b8f76'/>
<id>f963641e932daed5ca5d71efa7293a9b756b8f76</id>
<content type='text'>
McCabe reports C90* not C* and Flake8 2 used to exclude .eggs and *.egg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
McCabe reports C90* not C* and Flake8 2 used to exclude .eggs and *.egg
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove exc_info for logging.exception</title>
<updated>2016-06-29T20:22:22+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-29T20:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=8f5348136fd3b828698fb21e2ac8d42025923ca7'/>
<id>8f5348136fd3b828698fb21e2ac8d42025923ca7</id>
<content type='text'>
It's redundant and the docs say explicitly that it's ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's redundant and the docs say explicitly that it's ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prefer `.flake8` if present for options."</title>
<updated>2016-06-29T01:47:16+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-29T01:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=75e1c1efbf00af78818a1f69d2b2fa5d5a3ffff9'/>
<id>75e1c1efbf00af78818a1f69d2b2fa5d5a3ffff9</id>
<content type='text'>
The intended behaviour already existed.

This reverts commit db9d4ad8b4cc2aab1ef8349dc969faa8f589e9cc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The intended behaviour already existed.

This reverts commit db9d4ad8b4cc2aab1ef8349dc969faa8f589e9cc.
</pre>
</div>
</content>
</entry>
</feed>
