fix flake8 errors, ignore W504

pycodestyle 2.4.0 enforces some new style guidelines
This commit is contained in:
Mike Fährmann
2018-04-24 11:25:32 +02:00
parent 80521ae1f6
commit c6d5154fc3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
[flake8]
exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive
ignore = E203,E226
ignore = E203,E226,W504