mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
dc9a441bfa
It will be used when calling flake8 from any directory in the project
6 lines
92 B
INI
6 lines
92 B
INI
[wheel]
|
|
universal = True
|
|
|
|
[flake8]
|
|
exclude = youtube_dl/extractor/__init__.py
|
|
ignore = E501
|