From 3acb9333f4d798e75d71c78aca96bdbd6bcb100d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 19:09:07 -0300 Subject: [PATCH] Disable pylint's `c-extension-no-member`. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4525555f..dccb9fd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ inherit = false ignore = D1,D212,D203 [pylint.MASTER] disable = + c-extension-no-member, missing-module-docstring, missing-class-docstring, missing-function-docstring, -- GitLab