aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
blob: 0b11d24025863d936835227a4b918d4c8a97306d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[SIMILARITIES]

ignore-imports=yes

[MESSAGES CONTROL]

disable=
	fixme,
	duplicate-code,
        no-else-return

load-plugins=
	pylint.extensions.no_self_use