aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
blob: 5071b8a1b69a40502ebedd96861d51798db0f863 (plain) (blame)
1
2
3
4
5
6
7
8
9
[MESSAGES CONTROL]

disable=missing-docstring

[FORMAT]

max-args=6
max-attributes=8
max-line-length=88