mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
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)
25 lines
No EOL
421 B
Text
25 lines
No EOL
421 B
Text
Project created by Tarek Ziadé.
|
|
|
|
Contributors (by order of appearance) :
|
|
|
|
- Tamás Gulácsi
|
|
- Nicolas Dumazet
|
|
- Stefan Scherfke
|
|
- Chris Adams
|
|
- Ben Bass
|
|
- Ask Solem
|
|
- Steven Kryskalla
|
|
- Gustavo Picon
|
|
- Jannis Leidel
|
|
- Miki Tebeka
|
|
- David Cramer
|
|
- Peter Teichman
|
|
- Ian Cordasco
|
|
- Oleg Broytman
|
|
- Marc Labbé
|
|
- Bruno Miguel Custódio
|
|
- Florent Xicluna
|
|
- Austin Morton
|
|
- Michael McNeil Forbes
|
|
- Christian Long
|
|
- Tyrel Souza |