mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
11 lines
230 B
INI
11 lines
230 B
INI
|
[MASTER]
|
||
|
load-plugins=pylint_common, pylint_django{% if cookiecutter.use_celery == "y" %}, pylint_celery {% endif %}
|
||
|
|
||
|
[FORMAT]
|
||
|
max-line-length=120
|
||
|
|
||
|
[MESSAGES CONTROL]
|
||
|
disable=missing-docstring,invalid-name
|
||
|
|
||
|
[DESIGN]
|
||
|
max-parents=13
|