pandora: import bumble pandora server from avatar

This commit is contained in:
uael
2023-05-10 08:20:24 +00:00
parent 4bd8c24f54
commit afcce0d6c8
10 changed files with 1844 additions and 2 deletions

View File

@@ -40,6 +40,9 @@ disable = [
"too-many-statements",
]
[tool.pylint.main]
ignore="pandora" # FIXME: pylint does not support stubs yet:
[tool.pylint.typecheck]
signature-mutators="AsyncRunner.run_in_task"