]> jfr.im git - yt-dlp.git/blobdiff - setup.cfg
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / setup.cfg
index 8659b50699645c0f465dc00c21e62877b7b1c79a..59372d93a5eb175a207ceb180fb8f9a0b8a753ac 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,5 @@
 universal = True
 
 [flake8]
-exclude = youtube_dl/extractor/__init__.py
-ignore = E501
+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