13 lines
253 B
INI
13 lines
253 B
INI
[MASTER]
|
|
jobs = 1
|
|
load-plugins = pylint_django,pylint_packageinitcheck
|
|
django-settings-module = smokee2ed1771367755.settings.base
|
|
score = n
|
|
ignore = migrations
|
|
|
|
[MESSAGES CONTROL]
|
|
disable = R,C,W5103,W0707,E5110
|
|
|
|
[TYPECHECK]
|
|
ignored-classes = responses
|