mirror of
https://github.com/magnum-opus-nn-cp/backend.git
synced 2024-11-10 18:06:33 +03:00
15 lines
301 B
INI
15 lines
301 B
INI
[MASTER]
|
|
load-plugins=pylint_django, pylint_celery
|
|
django-settings-module=config.settings.local
|
|
[FORMAT]
|
|
max-line-length=120
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=missing-docstring,invalid-name
|
|
|
|
[DESIGN]
|
|
max-parents=13
|
|
|
|
[TYPECHECK]
|
|
generated-members=REQUEST,acl_users,aq_parent,"[a-zA-Z]+_set{1,2}",save,delete
|