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

[MESSAGES CONTROL]
disable=
    invalid-name,
    missing-docstring,
    no-self-use,
    not-callable,
    too-few-public-methods,
    unused-argument,
    unused-variable

[REPORTS]
reports=no

[SIMILARITIES]
min-similarity-lines=999