From d2328f22120c3be1a428f110af4f46286f4bbe8d Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 8 Jun 2022 14:58:05 -0500 Subject: [PATCH] Fix pylint no-member --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8435a24..388fb89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,3 +6,5 @@ preview = true disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument", "broad-except"] [tool.pylint.format] max-line-length = 79 +[tool.pylint.TYPECHECK] +generated-members = "sh" -- GitLab