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

[MESSAGES CONTROL]
disable=
    cyclic-import,
    invalid-name,
    missing-docstring,
    no-self-use,
    too-few-public-methods

[REPORTS]
reports=no

[SIMILARITIES]
min-similarity-lines=999