Move flake8 configuration to setup.cfg
It will be used when calling flake8 from any directory in the project
This commit is contained in:
parent
ee6dfe8308
commit
dc9a441bfa
2 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,6 @@
|
|||
[wheel]
|
||||
universal = True
|
||||
|
||||
[flake8]
|
||||
exclude = youtube_dl/extractor/__init__.py
|
||||
ignore = E501
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue