diff --git a/setup.cfg b/setup.cfg index 02aa56257..26857750c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,4 @@ universal = True [flake8] exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git -ignore = E501 +ignore = E402,E501,E731