1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-27 09:13:26 +00:00
Files
youtube-dl/setup.cfg
T

7 lines
148 B
INI
Raw Normal View History

2014-03-16 10:22:41 +01:00
[wheel]
universal = True
2014-12-16 19:54:22 +01:00
[flake8]
2015-01-25 18:09:09 +01:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
2015-02-11 18:08:42 +01:00
ignore = E402,E501,E731