pylint: increase instance attribute number from 7 to 12

This commit is contained in:
Fu Hanxi 2021-01-19 13:38:40 +08:00
parent a4f2206d4c
commit 26e1e5ece8

View File

@ -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