From 51d70ea9eea0d50bcc736b4e8df67107c8e7ec14 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 27 Jun 2022 15:44:38 +0800 Subject: [PATCH] style: ignore pylint too-many-instance-attributes error --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 8b57c7b550..633bee8d5b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -152,6 +152,7 @@ disable=print-statement, too-many-statements, ungrouped-imports, # since we have isort in pre-commit no-name-in-module, # since we have flake8 to check this + too-many-instance-attributes, # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option