Implement YouTube manager
This commit is contained in:
parent
486cb82773
commit
b958f4fe55
8 changed files with 253 additions and 38 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[project]
|
||||
name = "bot-discord"
|
||||
version = "0.0.1"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["google-api-python-client==2.182.0"]
|
||||
requires-python = ">=3.11"
|
||||
# dependencies = []
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = ["pytest"]
|
||||
|
|
@ -55,7 +55,7 @@ max-returns=8
|
|||
max-statements=96
|
||||
|
||||
[tool.ruff.lint.mccabe]
|
||||
max-complexity = 20
|
||||
max-complexity = 24
|
||||
|
||||
[tool.coverage.run]
|
||||
command_line = "-m pytest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue