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