]> jfr.im git - yt-dlp.git/blame - setup.cfg
Linter and misc cleanup
[yt-dlp.git] / setup.cfg
CommitLineData
4056ad8f
JMF
1[wheel]
2universal = True
dc9a441b
JMF
3
4[flake8]
66c935fb 5exclude = 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
c76eb41b 6ignore = E402,E501,E731,E741,W503