mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 06:14:17 +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
This commit is contained in:
parent
d2e873fa9e
commit
8f8a7d458f
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