Added support for tox testing
This commit is contained in:
27
.pylintrc
Normal file
27
.pylintrc
Normal file
@@ -0,0 +1,27 @@
|
||||
[MASTER]
|
||||
|
||||
persistent=no
|
||||
load-plugins=pylint_django
|
||||
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
disable=missing-docstring,
|
||||
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
|
||||
Reference in New Issue
Block a user