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:
parent
4e7ee9f567
commit
a78576e2f9
1 changed files with 4 additions and 1 deletions
|
@ -383,7 +383,10 @@ select = [
|
||||||
"E704",
|
"E704",
|
||||||
"W391",
|
"W391",
|
||||||
"W504",
|
"W504",
|
||||||
]
|
]
|
||||||
|
exclude = [
|
||||||
|
"yt_dlp/extractor/lazy_extractors.py"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "-ra -v --strict-markers"
|
addopts = "-ra -v --strict-markers"
|
||||||
|
|
Loading…
Reference in a new issue