server/general: disable pylint reports
They add no value whatsoever
This commit is contained in:
parent
3481c1072d
commit
174958686c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue