2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-09-19 12:32:33 -06:00

7 lines
138 B
INI
Raw Normal View History

[wheel]
universal = True
[flake8]
2015-01-25 18:09:09 +01:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
ignore = E501