<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/flake8/main.py, branch bug/122</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>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>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>
<entry>
<title>Delete unused import</title>
<updated>2015-10-03T11:46:10+00:00</updated>
<author>
<name>geonu</name>
<email>ge0nu.two@gmail.com</email>
</author>
<published>2015-10-02T12:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=0d006a35212ac0f8f828fc802c313d010618fc4e'/>
<id>0d006a35212ac0f8f828fc802c313d010618fc4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use option_normalizer</title>
<updated>2015-10-03T11:46:10+00:00</updated>
<author>
<name>geonu</name>
<email>ge0nu.two@gmail.com</email>
</author>
<published>2015-10-02T12:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=28138a213569a2078dcecac0cd0626efd9be64d3'/>
<id>28138a213569a2078dcecac0cd0626efd9be64d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing ignore</title>
<updated>2015-04-30T21:18:31+00:00</updated>
<author>
<name>Tyrel Souza</name>
<email>tyrelsouza@gmail.com</email>
</author>
<published>2015-04-30T02:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=daf043b7aef0044f2492cef95959a43f9faf586c'/>
<id>daf043b7aef0044f2492cef95959a43f9faf586c</id>
<content type='text'>
https://gitlab.com/pycqa/flake8/issues/40

* Adding an ignore option in [flake8] wasn't working because pep8.StyleGuide
turned the string sent in into a tuple, which the option parser needs to receive
as an iterable that isn't a string. Split on spaces, commas, or semicolons using
re.findall in order to get a list of error/warnings to pass to StyleGuide
properly.

* Add self to contributors

(cherry picked from commit 8f8a7d458f8f46669398591bffd93462d4e439ed)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/pycqa/flake8/issues/40

* Adding an ignore option in [flake8] wasn't working because pep8.StyleGuide
turned the string sent in into a tuple, which the option parser needs to receive
as an iterable that isn't a string. Split on spaces, commas, or semicolons using
re.findall in order to get a list of error/warnings to pass to StyleGuide
properly.

* Add self to contributors

(cherry picked from commit 8f8a7d458f8f46669398591bffd93462d4e439ed)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #39.</title>
<updated>2015-03-09T04:14:50+00:00</updated>
<author>
<name>Michael McNeil Forbes</name>
<email>michael.forbes+numpy@gmail.com</email>
</author>
<published>2015-03-09T04:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=1fd8b661749f90b51299fbc733a8e7fe7021968b'/>
<id>1fd8b661749f90b51299fbc733a8e7fe7021968b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not exit early if style checks pass</title>
<updated>2014-10-28T06:02:24+00:00</updated>
<author>
<name>Josh</name>
<email>jcwilson.gitlab@nym.hush.com</email>
</author>
<published>2014-10-28T06:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=236e0f0ea1d74a5acaef074d7494184fa9f1fa1b'/>
<id>236e0f0ea1d74a5acaef074d7494184fa9f1fa1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GitLab #3 by actually excluding .tox</title>
<updated>2014-10-09T19:09:36+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2014-10-09T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=25c4f52afacd934eddb642f8df738eea3b14f575'/>
<id>25c4f52afacd934eddb642f8df738eea3b14f575</id>
<content type='text'>
This preserves backwards compatibility in the event someone was using
EXTRA_IGNORE as it should have been used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This preserves backwards compatibility in the event someone was using
EXTRA_IGNORE as it should have been used
</pre>
</div>
</content>
</entry>
<entry>
<title>Command "setup.py flake8" should check setup.py too</title>
<updated>2014-04-26T22:42:32+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-04-26T22:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ee00aa1d66b9ce4a270796b18caf55462923647a'/>
<id>ee00aa1d66b9ce4a270796b18caf55462923647a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the setuptools command to read the project configuration; closes #144 and #145</title>
<updated>2014-04-26T21:30:32+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-04-26T21:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=eb6025ebff4fd3db0899c6a9c6143e70e1285193'/>
<id>eb6025ebff4fd3db0899c6a9c6143e70e1285193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
