]> jfr.im git - yt-dlp.git/blob - setup.cfg
Preparing for release
[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,devscripts/create-github-release.py,devscripts/release.sh,devscripts/show-downloads-statistics.py,scripts/update-version.py
6 ignore = E402,E501,E731,E741,W503