ADD: support for pylint.
Some checks failed
buildbot/django-test-test-python2 Build done.
buildbot/django-test-test-python3 Build done.

This commit is contained in:
2019-10-24 16:05:53 +02:00
parent e26e21aff7
commit df67767a9a
7 changed files with 48 additions and 21 deletions

25
.pylintrc Normal file
View File

@@ -0,0 +1,25 @@
[MASTER]
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
useless-object-inheritance,
[BASIC]
good-names=_,
c,
d,
e,
i,
j,
k,
[FORMAT]
max-line-length=120