update pylint config
This commit is contained in:
parent
2dfe21245f
commit
1c12d299b3
|
|
@ -276,6 +276,9 @@ ignored-parents=
|
||||||
# Maximum number of arguments for function / method.
|
# Maximum number of arguments for function / method.
|
||||||
max-args=5
|
max-args=5
|
||||||
|
|
||||||
|
# Maximum number of positional arguments for function / method.
|
||||||
|
max-positional-arguments=5
|
||||||
|
|
||||||
# Maximum number of attributes for a class (see R0902).
|
# Maximum number of attributes for a class (see R0902).
|
||||||
max-attributes=7
|
max-attributes=7
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue