Commit graph

22 commits

Author SHA1 Message Date
Ian Cordasco
9b8f038a97
Tidy up last few bits for performance improvement 2016-12-20 18:29:10 -06:00
Michael Penkov
118709a7bd Adding myself to CONTRIBUTORS.txt
I pushed last year
(https://github.com/PyCQA/flake8/pull/2#issuecomment-77674012) and
forgot to add myself.
2016-06-10 11:28:48 +03:00
Ian Cordasco
20ed95f70e Add Corey to the CONTRIBUTORS file 2015-04-30 16:20:02 -05:00
Tyrel Souza
daf043b7ae Fix parsing ignore
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 8f8a7d458f)
2015-04-30 16:18:31 -05:00
Christian Long
02308dab2a Fix hook test on Windows
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.
2015-03-11 19:50:31 -05:00
Michael McNeil Forbes
1fd8b66174 Fix issue #39. 2015-03-08 21:14:50 -07:00
Austin Morton
98dbd1606a Add option parsing to setuptools integration 2013-04-17 10:33:08 -04:00
Florent Xicluna
a6977c1916 Add Ian and me as contributors 2013-02-20 18:39:54 +01:00
bmcustodio
9f9a355c58 Fixes critical bug in 'flake8/util.py' causing 'flake8' to crash during code analysis. 2012-11-25 08:24:11 +00:00
Ian Cordasco
13ee10c914 Add Marc Labbé to the CONTRIBUTORS file.
He forgot to add himself and never used his email address.
2012-11-15 14:16:32 -05:00
Ian Cordasco
a08b0387e5 Should have included @phd's name in CONTRIBUTORS.txt 2012-11-06 17:25:40 -05:00
Peter Teichman
6a13c46227 Add Peter Teichman to CONTRIBUTORS.txt 2012-09-17 19:07:05 -04:00
Tarek Ziade
2c1d836b31 added David to the contribs 2012-07-27 17:42:16 +02:00
Tarek Ziade
35aa0f2131 prepping 0.4 2012-07-10 16:31:06 +02:00
Jannis Leidel
904a5cc107 Added myself to contributors file. 2012-05-19 19:21:04 +02:00
Tarek Ziade
52d47cf99a added Gustavo 2012-03-22 10:28:42 +01:00
Steven Kryskalla
420d998ff3 adding a list of all warning / error codes to README
adding myself to contributors
2012-02-23 15:25:02 -08:00
Tarek Ziade
c463da34c3 added details in the README + new contributor 2012-02-14 13:24:46 +01:00
Tarek Ziade
fc026a5e8a prep for 0.9 2011-11-09 14:43:23 +01:00
Tarek Ziade
177d40087e added a contributor 2011-02-27 17:22:41 +01:00
Nicolas Dumazet
13d0efd6d7 use mercurial's ui.configbool API to retrieve booleans 2011-02-18 12:20:34 +09:00
Tarek Ziade
12ee40f481 added a contributors file 2011-02-16 20:49:11 +01:00