]> jfr.im git - yt-dlp.git/blob - setup.cfg
Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into xarantolu...
[yt-dlp.git] / setup.cfg
1 [wheel]
2 universal = True
3
4 [flake8]
5 exclude = youtube_dlc/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git,venv
6 ignore = E402,E501,E731,E741,W503