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

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

[REPORTS]
reports=no

[SIMILARITIES]
min-similarity-lines=999