Youtube Subscription Implementation (WIP)

This commit is contained in:
BreadTube 2025-09-26 23:41:51 +09:00 committed by Corentin
commit b80e4f7745
6 changed files with 333 additions and 133 deletions

View file

@ -47,7 +47,7 @@ inline-quotes = "single"
[tool.ruff.lint.pylint]
max-args=16
max-branches=24
max-branches=32
max-locals=16
max-nested-blocks=8
max-public-methods=16
@ -55,7 +55,7 @@ max-returns=8
max-statements=96
[tool.ruff.lint.mccabe]
max-complexity = 24
max-complexity = 32
[tool.coverage.run]
command_line = "-m pytest"