1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

does this work now?

This commit is contained in:
coletdjnz 2025-02-11 19:36:43 +13:00
parent 782b70e957
commit f31a5c22a6
No known key found for this signature in database
GPG key ID: 91984263BB39894A

View file

@ -384,9 +384,7 @@ select = [
"W391",
"W504",
]
exclude = [
"yt_dlp/extractor/lazy_extractors.py"
]
exclude = "yt_dlp/extractor/lazy_extractors.py"
[tool.pytest.ini_options]
addopts = "-ra -v --strict-markers"