From f31a5c22a65275af6bc75d67ee27b21c149aa126 Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Tue, 11 Feb 2025 19:36:43 +1300 Subject: [PATCH] does this work now? --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d99073b6..9ff378fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"