From d21700f1ce6c8422e162598cd2a314ff9fb89194 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 5 Jan 2024 15:08:28 -0800 Subject: [PATCH] [BACKEND] Update yt-dlp to 2023.12.30 --- pyproject.toml | 20 -------------------- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d78c5633..f2f00ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,26 +20,6 @@ disable = [ "W0511", # TODO ] -load-plugins = "pylint.extensions.docparams" - -[tool.pydocstyle] -inherit = false -match = "[^test_].*\\.py" -ignore = [ - "D100", # docstring in public module - "D101", # Missing docstring in public class (covered by pylint) - "D104", # docstring in public package - "D107", # docstring in init - "D200", # One-line should fit on one line - "D203", # 1 blank line before class docstring - "D205", # 1 blank line between summary and description - "D212", # Multi-line should start at first line - "D400", # Should end with a period - "D401", # Return vs Returns - "D413", # Missing blank line after last section - "D415", # Should end with a period -] - [tool.coverage.run] include = [ "src/*" diff --git a/setup.cfg b/setup.cfg index db9e581d..5692d3f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ package_dir = packages=find: install_requires = - yt-dlp==2023.11.16 + yt-dlp==2023.12.30 argparse==1.4.0 colorama==0.4.6 mergedeep==1.3.4