1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-23 13:20:06 +02:00
youtube-dl/setup.cfg
Philipp Hagemeister c9326b38b8 flake8: Ignore .git
2015-01-25 18:09:09 +01:00

7 lines
138 B
INI

[wheel]
universal = True
[flake8]
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
ignore = E501