[pornhub] Fix view count extraction (#26621) (refs #26614)
[youtube-dl] / setup.cfg
index e57d130e37157aa3fa6081f6dae8bf3189e43ee2..da78a9c471d548a01711d37012e209f421134a37 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,6 @@
 [wheel]
 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,W503