<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/api/legacy.py, branch 3.0.3</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>Reset Application.formatter attribute in init_report</title>
<updated>2016-07-30T11:42:34+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-30T11:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=22650e50866c4669cab01bf1933db2b87d28249d'/>
<id>22650e50866c4669cab01bf1933db2b87d28249d</id>
<content type='text'>
For our Legacy API users, StyleGuide.init_report should reset the
formatter attribute before calling Application.make_formatter().

Closes #200
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For our Legacy API users, StyleGuide.init_report should reset the
formatter attribute before calling Application.make_formatter().

Closes #200
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bunch more legacy API tests</title>
<updated>2016-07-19T16:12:51+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-19T16:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=21a6df725b865596e31362daf121e32c63b96a36'/>
<id>21a6df725b865596e31362daf121e32c63b96a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use raw strings for docstring</title>
<updated>2016-07-14T13:18:38+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-14T13:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=43df3ecf745f2d1a00cdfdf98df5399efb440e9a'/>
<id>43df3ecf745f2d1a00cdfdf98df5399efb440e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document Legacy API</title>
<updated>2016-07-14T13:13:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-14T13:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ec678de42781309bc4fec010b81f5695e0bf6948'/>
<id>ec678de42781309bc4fec010b81f5695e0bf6948</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up docstrings and __all__ in api.legacy</title>
<updated>2016-07-14T12:47:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-14T12:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=911c69f0fd36db3b2e1fb0131d443208d21991b9'/>
<id>911c69f0fd36db3b2e1fb0131d443208d21991b9</id>
<content type='text'>
If users do `from flake8.api.legacy import *` we only want them to get
get_style_guide imported. The other classes are not meant to be created
by users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If users do `from flake8.api.legacy import *` we only want them to get
get_style_guide imported. The other classes are not meant to be created
by users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the individual methods in Application#initialize</title>
<updated>2016-07-14T12:45:08+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-14T12:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=dc05fce516e7de8153e69a8c3e648c1ce03b890a'/>
<id>dc05fce516e7de8153e69a8c3e648c1ce03b890a</id>
<content type='text'>
We need to initialize part of the Application so we can set options
passed by the user, but we also want to delay making things, e.g.,

- Formatter
- Style Guide
- etc.

Until we have the options solidified so we don't have to do annoying
things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to initialize part of the Application so we can set options
passed by the user, but we also want to delay making things, e.g.,

- Formatter
- Style Guide
- etc.

Until we have the options solidified so we don't have to do annoying
things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use statistics in the legacy report class</title>
<updated>2016-07-13T01:04:20+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-07-13T01:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2ffcf96b4b7a1fbc761796df1336a94408a79ed0'/>
<id>2ffcf96b4b7a1fbc761796df1336a94408a79ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
