add setup.cfg to configure flake8

This commit is contained in:
Mike Fährmann
2017-05-19 19:22:39 +02:00
parent 232fe2dd08
commit cbb4323f66
2 changed files with 5 additions and 1 deletions

3
setup.cfg Normal file
View File

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