]> jfr.im git - yt-dlp.git/blobdiff - setup.cfg
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / setup.cfg
index e57d130e37157aa3fa6081f6dae8bf3189e43ee2..59372d93a5eb175a207ceb180fb8f9a0b8a753ac 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,6 @@
 [wheel]
 universal = True
+
+[flake8]
+exclude = yt_dlp/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
+ignore = E402,E501,E731,E741,W503
\ No newline at end of file