From bcad37551de53fa0f1fe5220a8656b31510b1148 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Thu, 15 Feb 2024 11:17:17 +0100 Subject: [PATCH] ci: Ignore dependencies missing in CI in Pylint --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f2546e49..82c13830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[tool.pylint.main] +ignored-modules = ["cupy", "cuquantum", "mpi4py"] + [tool.pylint.reports] output-format = "colorized"