Skip to content

Commit c40b57f

Browse files
committed
Increase max attributes to 8
1 parent 3b87dde commit c40b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ valid-metaclass-classmethod-first-arg=cls
541541
max-args=8
542542

543543
# Maximum number of attributes for a class (see R0902).
544-
max-attributes=7
544+
max-attributes=8
545545

546546
# Maximum number of boolean expressions in an if statement.
547547
max-bool-expr=5

0 commit comments

Comments
 (0)