summaryrefslogtreecommitdiff
path: root/pylintrc
blob: 13f768e045a6101cb8e55cae863a2bcc08ac7deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[BASIC]
good-names=pytestmark

[DESIGN]
max-args=14
max-locals=28
max-attributes=8
max-statements=65

[SIMILARITIES]
min-similarity-lines=6

[MESSAGES CONTROL]
disable=redefined-outer-name

[TYPECHECK]
ignored-modules=py