fix linter config

This commit is contained in:
Gilles Boccon-Gibod
2025-02-03 18:02:14 -05:00
parent 3c7b5df7c5
commit 6d9a0bf4e1

View File

@@ -153,7 +153,7 @@ disable = [
]
[tool.pylint.main]
ignore = "pandora" # FIXME: pylint does not support stubs yet:
ignore=["pandora", "mobly"] # FIXME: pylint does not support stubs yet
[tool.pylint.typecheck]
signature-mutators = "AsyncRunner.run_in_task"