From 1dadaddf233de25ff8204b6c107d3a727de48b1c Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Mon, 13 Jun 2022 14:09:34 -0500 Subject: [PATCH] Fix pylint too-many-instance-attributes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 080f13c..b528f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,4 @@ max-line-length = 79 [tool.pylint.TYPECHECK] generated-members = "sh" [tool.pylint.DESIGN] -max-attributes = 12 +max-attributes = 10 -- GitLab