summaryrefslogtreecommitdiff
path: root/pylint.conf
blob: 95f7e92a967f0859bbd5cba6f50a3261eeceabb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[MASTER]
persistent=no

[MESSAGES CONTROL]
disable=
    invalid-name,
    missing-docstring,
    no-member,
    no-self-use,
    redefined-variable-type,
    too-few-public-methods,
    too-many-public-methods,
    unidiomatic-typecheck,
    unused-argument,

[REPORTS]
reports=no

[SIMILARITIES]
min-similarity-lines=999