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

7 lines
215 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]
2016-02-21 12:22:12 +01:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git
2015-02-11 18:08:42 +01:00
ignore = E402,E501,E731