9 lines
215 B
INI
9 lines
215 B
INI
|
[MAIN]
|
||
|
ignore=migrations
|
||
|
load-plugins=pylint.extensions.no_self_use
|
||
|
|
||
|
[MESSAGES CONTROL]
|
||
|
disable=E1101,E1135,E1136,E0307,R0903,R0901,R0902,W0707,W0406,R0401,R0801,C3001,import-error,C0301
|
||
|
|
||
|
[FORMAT]
|
||
|
max-line-length=88
|