1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-13 00:38:01 +01:00

7 lines
171 B
INI
Raw Normal View History

[wheel]
universal = True
[flake8]
exclude = devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git,venv
ignore = E402,E501,E731,E741,W503