]> jfr.im git - yt-dlp.git/blob - setup.cfg
Add support for SSL client certificate authentication (#3435)
[yt-dlp.git] / setup.cfg
1 [wheel]
2 universal = True
3
4 [flake8]
5 exclude = devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git,venv
6 ignore = E402,E501,E731,E741,W503