<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch 2.5.5</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>Release v2.5.5</title>
<updated>2016-06-14T14:07:13+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-14T14:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=3bf761be5802c726d869702d9fe9592581f4f0f1'/>
<id>3bf761be5802c726d869702d9fe9592581f4f0f1</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 'master' into 'master'</title>
<updated>2016-05-12T17:49:05+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-05-12T17:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=16686132c12dd22fd664bd117d99a976cd9874f2'/>
<id>16686132c12dd22fd664bd117d99a976cd9874f2</id>
<content type='text'>

Fix typo in config.rst, default exclude __pycache__

by default `__pycache__` is excluded.

See merge request !59</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix typo in config.rst, default exclude __pycache__

by default `__pycache__` is excluded.

See merge request !59</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in config.rst, default exclude __pycache__</title>
<updated>2016-05-12T08:22:49+00:00</updated>
<author>
<name>Tobias Wilken</name>
<email>tooangel@tooangel.de</email>
</author>
<published>2016-05-12T08:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=010a5ad6c32c52f1c7a481dda460f351c20a3c41'/>
<id>010a5ad6c32c52f1c7a481dda460f351c20a3c41</id>
<content type='text'>
By default `__pycache__` is excluded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default `__pycache__` is excluded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'master'</title>
<updated>2016-03-28T16:10:37+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-03-28T16:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ccc01f48d17b4ec8a3f21d434ab9b19ffa287042'/>
<id>ccc01f48d17b4ec8a3f21d434ab9b19ffa287042</id>
<content type='text'>

Updating the configuration documentation

Updates the documentation to be clearer on how configuration settings should work.

Related to: !53

See merge request !58</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Updating the configuration documentation

Updates the documentation to be clearer on how configuration settings should work.

Related to: !53

See merge request !58</pre>
</div>
</content>
</entry>
<entry>
<title>Updating the configuration documentation</title>
<updated>2016-03-28T15:46:26+00:00</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2016-03-28T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=4348b61b0884446c28d76a1629c9cdd08afbd20a'/>
<id>4348b61b0884446c28d76a1629c9cdd08afbd20a</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/122' into 'master'</title>
<updated>2016-03-28T15:22:01+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-03-28T15:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=40f1a1e337c767ed5dcec0418dc4e7728e1c4e4a'/>
<id>40f1a1e337c767ed5dcec0418dc4e7728e1c4e4a</id>
<content type='text'>

Correct usage config_file StyleGuide parameter

Previously, we passed the location for our user config file to the
StyleGuide. This was intended to be a way to tell pep8's StyleGuide
to use that as a user config file, but instead that became the default
for the --config command-line option. This caused that to have higher
priority than the project configuration file.

Closes #122

See merge request !53</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Correct usage config_file StyleGuide parameter

Previously, we passed the location for our user config file to the
StyleGuide. This was intended to be a way to tell pep8's StyleGuide
to use that as a user config file, but instead that became the default
for the --config command-line option. This caused that to have higher
priority than the project configuration file.

Closes #122

See merge request !53</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python 3.2 from Travis</title>
<updated>2016-02-24T22:41:38+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-24T22:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=62a7cca512463ad661d9ba4c129651ee55352d60'/>
<id>62a7cca512463ad661d9ba4c129651ee55352d60</id>
<content type='text'>
Remove special case for Python 2.6 mock test dependency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove special case for Python 2.6 mock test dependency
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct usage config_file StyleGuide parameter</title>
<updated>2016-02-18T02:57:24+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-18T02:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=533d222f525d0d8c0fecf392d6ec7d211af1d897'/>
<id>533d222f525d0d8c0fecf392d6ec7d211af1d897</id>
<content type='text'>
Previously, we passed the location for our user config file to the
StyleGuide. This was intended to be a way to tell pep8's StyleGuide
to use that as a user config file, but instead that became the default
for the --config command-line option. This caused that to have higher
priority than the project configuration file.

Closes #122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we passed the location for our user config file to the
StyleGuide. This was intended to be a way to tell pep8's StyleGuide
to use that as a user config file, but instead that became the default
for the --config command-line option. This caused that to have higher
priority than the project configuration file.

Closes #122
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/121' into 'master'</title>
<updated>2016-02-16T15:12:57+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-16T15:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b25ad979a608ecedc2f9f08c027383765c50f59b'/>
<id>b25ad979a608ecedc2f9f08c027383765c50f59b</id>
<content type='text'>

Update setuptools command option normalization

We were very naively "normalizing" options parsed and provided by
setuptools. This updates our handling to store the Option instance
from optparse so we can inspect the type, action, and option name for
more intelligent option normalization.

Closes #121

See merge request !52</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Update setuptools command option normalization

We were very naively "normalizing" options parsed and provided by
setuptools. This updates our handling to store the Option instance
from optparse so we can inspect the type, action, and option name for
more intelligent option normalization.

Closes #121

See merge request !52</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools command option normalization</title>
<updated>2016-02-14T19:41:33+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-02-14T19:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a8aac5609290764e4ec0fb667203c3b13d1ef673'/>
<id>a8aac5609290764e4ec0fb667203c3b13d1ef673</id>
<content type='text'>
We were very naively "normalizing" options parsed and provided by
setuptools. This updates our handling to store the Option instance
from optparse so we can inspect the type, action, and option name for
more intelligent option normalization.

Closes #121
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were very naively "normalizing" options parsed and provided by
setuptools. This updates our handling to store the Option instance
from optparse so we can inspect the type, action, and option name for
more intelligent option normalization.

Closes #121
</pre>
</div>
</content>
</entry>
</feed>
