From 26e1e5ece8c5b693c8c921fbb5918aa7d351cd0d Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 19 Jan 2021 13:38:40 +0800 Subject: [PATCH] pylint: increase instance attribute number from 7 to 12 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index cf3e1a80ee..9a67db0cbe 100644 --- a/.pylintrc +++ b/.pylintrc @@ -505,7 +505,7 @@ variable-naming-style=snake_case max-args=5 # Maximum number of attributes for a class (see R0902). -max-attributes=7 +max-attributes=12 # Maximum number of boolean expressions in an if statement (see R0916). max-bool-expr=5