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

Autopep8 ignore lazy_extractors.py

This commit is contained in:
coletdjnz 2025-02-11 19:31:48 +13:00
parent 4e7ee9f567
commit a78576e2f9
No known key found for this signature in database
GPG key ID: 91984263BB39894A

View file

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