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