1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-18 14:53:04 +01:00
yt-dlp/setup.cfg
Jaime Marquínez Ferrándiz dc9a441bfa Move flake8 configuration to setup.cfg
It will be used when calling flake8 from any directory in the project
2014-12-16 20:34:07 +01:00

6 lines
92 B
INI

[wheel]
universal = True
[flake8]
exclude = youtube_dl/extractor/__init__.py
ignore = E501