From a2eaefa8de1e251318e5243e66e61f0663050238 Mon Sep 17 00:00:00 2001 From: nstarman Date: Tue, 3 Dec 2024 22:18:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20add=20pylint=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d91ada6..133182e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,7 @@ messages_control.disable = [ "line-too-long", "missing-module-docstring", "missing-function-docstring", + "no-member", # handled by mypy "no-value-for-parameter", # for plum-dispatch "unused-argument", # handled by ruff "unused-wildcard-import", # handled by ruff