<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/CONTRIBUTORS.txt, branch pre_commit_config</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>Tidy up last few bits for performance improvement</title>
<updated>2016-12-21T00:29:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-12-21T00:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9b8f038a97477a93ae7c7860ebfdcda0b85ed538'/>
<id>9b8f038a97477a93ae7c7860ebfdcda0b85ed538</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding myself to CONTRIBUTORS.txt</title>
<updated>2016-06-10T08:28:48+00:00</updated>
<author>
<name>Michael Penkov</name>
<email>misha.penkov@gmail.com</email>
</author>
<published>2016-06-10T08:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=118709a7bdb1f62b24e4f04496f656d4c568bfa8'/>
<id>118709a7bdb1f62b24e4f04496f656d4c568bfa8</id>
<content type='text'>
I pushed last year
(https://github.com/PyCQA/flake8/pull/2#issuecomment-77674012) and
forgot to add myself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I pushed last year
(https://github.com/PyCQA/flake8/pull/2#issuecomment-77674012) and
forgot to add myself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Corey to the CONTRIBUTORS file</title>
<updated>2015-04-30T21:20:02+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2015-04-30T21:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=20ed95f70e30556c3703f3f8975e20a4d8303476'/>
<id>20ed95f70e30556c3703f3f8975e20a4d8303476</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 hook test on Windows</title>
<updated>2015-03-12T00:50:31+00:00</updated>
<author>
<name>Christian Long</name>
<email>christianzlong@gmail.com</email>
</author>
<published>2015-03-11T21:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=02308dab2a1c71562c2951564e3a1817d634bd7e'/>
<id>02308dab2a1c71562c2951564e3a1817d634bd7e</id>
<content type='text'>
This test was failing on Windows, for several reasons. Number one, the paths
for the hook test were hard-coded with forward slashes as path separators. I
replaced those with calls to os.path.join. Number two, the drive letter was
getting in the way of the path manipulation. On Windows, I'm using
os.path.splitdrive to fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test was failing on Windows, for several reasons. Number one, the paths
for the hook test were hard-coded with forward slashes as path separators. I
replaced those with calls to os.path.join. Number two, the drive letter was
getting in the way of the path manipulation. On Windows, I'm using
os.path.splitdrive to fix that.
</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>Add option parsing to setuptools integration</title>
<updated>2013-04-17T14:33:08+00:00</updated>
<author>
<name>Austin Morton</name>
<email>amorton@eaglabs.com</email>
</author>
<published>2013-04-17T14:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=98dbd1606add76b2e34c91ded7f89891fade0af3'/>
<id>98dbd1606add76b2e34c91ded7f89891fade0af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Ian and me as contributors</title>
<updated>2013-02-20T17:39:54+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-02-20T17:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a6977c19161bbfcb2664cad7a2f35f5d3428fd93'/>
<id>a6977c19161bbfcb2664cad7a2f35f5d3428fd93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes critical bug in 'flake8/util.py' causing 'flake8' to crash during code analysis.</title>
<updated>2012-11-25T08:24:11+00:00</updated>
<author>
<name>bmcustodio</name>
<email>bruno@brunomcustodio.com</email>
</author>
<published>2012-11-25T08:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9f9a355c58aa7dea231c62ac1270907672f4a7ec'/>
<id>9f9a355c58aa7dea231c62ac1270907672f4a7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Marc Labbé to the CONTRIBUTORS file.</title>
<updated>2012-11-15T19:16:32+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2012-11-15T19:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=13ee10c91433d4d58147b47827e69f8b82e539b9'/>
<id>13ee10c91433d4d58147b47827e69f8b82e539b9</id>
<content type='text'>
He forgot to add himself and never used his email address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
He forgot to add himself and never used his email address.
</pre>
</div>
</content>
</entry>
</feed>
