Move flake8 configuration to setup.cfg

It will be used when calling flake8 from any directory in the project
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-16 19:54:22 +01:00
parent ee6dfe8308
commit dc9a441bfa
2 changed files with 5 additions and 5 deletions

View file

@ -1,2 +1,6 @@
[wheel]
universal = True
[flake8]
exclude = youtube_dl/extractor/__init__.py
ignore = E501