174958686c
They add no value whatsoever
20 lines
379 B
INI
20 lines
379 B
INI
[basic]
|
|
function-rgx=^_?[a-z_][a-z0-9_]{2,}$|^test_
|
|
method-rgx=^[a-z_][a-z0-9_]{2,}$|^test_
|
|
good-names=ex,_,logger
|
|
|
|
[variables]
|
|
dummy-variables-rgx=_|dummy
|
|
|
|
[format]
|
|
max-line-length=90
|
|
|
|
[messages control]
|
|
disable=missing-docstring,no-self-use,too-few-public-methods,multiple-statements
|
|
reports=no
|
|
|
|
[typecheck]
|
|
generated-members=add|add_all
|
|
|
|
[similarities]
|
|
min-similarity-lines=5
|