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

Add some more excludes for autopep8

This commit is contained in:
coletdjnz 2025-02-11 19:54:22 +13:00
parent a209cb80a9
commit d25341f671
No known key found for this signature in database
GPG key ID: 91984263BB39894A

View file

@ -384,7 +384,7 @@ select = [
"W391",
"W504",
]
exclude = "**/yt_dlp/extractor/lazy_extractors.py,*venv*"
exclude = "*/extractor/lazy_extractors.py,*venv*,*/test/testdata/sigs/player-*.js,.idea,.vscode"
[tool.pytest.ini_options]
addopts = "-ra -v --strict-markers"