mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
15 lines
351 B
INI
15 lines
351 B
INI
[MASTER]
|
|
load-plugins=pylint_django{% if cookiecutter.use_celery == "y" %}, pylint_celery{% endif %}
|
|
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
|