Initial commit

This commit is contained in:
francois
2020-10-26 10:48:41 +01:00
parent 43a60ddad7
commit 6ee9dd672b
9487 changed files with 156691 additions and 549749 deletions

6
setup.cfg Normal file
View File

@@ -0,0 +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