mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
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)
This commit is contained in:
parent
36b8e725fa
commit
daf043b7ae
3 changed files with 7 additions and 1 deletions
|
|
@ -22,3 +22,4 @@ Contributors (by order of appearance) :
|
|||
- Austin Morton
|
||||
- Michael McNeil Forbes
|
||||
- Christian Long
|
||||
- Tyrel Souza
|
||||
Loading…
Add table
Add a link
Reference in a new issue