From 6d9a0bf4e1c5d5de8074e6dfd94f849050c15c26 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Mon, 3 Feb 2025 18:02:14 -0500 Subject: [PATCH] fix linter config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70385514..03e1176a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"