pylint: increase instance attribute number from 7 to 12

pull/6491/head
Fu Hanxi 2021-01-19 13:38:40 +08:00
rodzic a4f2206d4c
commit 26e1e5ece8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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