Merge pull request #283 from kaidokert/master

Add .pep8 and .pylintrc, for #282
This commit is contained in:
Audrey Roy Greenfeld 2015-09-26 00:37:05 -07:00
commit 54d1742446
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[pep8]
max-line-length = 120
exclude=*/migrations/*

View File

@ -0,0 +1,11 @@
[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