[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479f
[youtube-dl] / setup.cfg
1 [wheel]
2 universal = True
3
4 [flake8]
5 exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git
6 ignore = E402,E501,E731