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:
parent
a209cb80a9
commit
d25341f671
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue