Files
django-deploy/.pylintrc
heinzel ef98d51e8c
All checks were successful
buildbot/tox Build done.
UPD: made pylint happy again
2021-10-19 11:17:24 +02:00

35 lines
493 B
INI

[MASTER]
persistent=no
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-docstring,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
useless-object-inheritance,
consider-using-f-string,
unspecified-encoding,
django-not-configured,
[BASIC]
good-names=_,
c,
d,
e,
f,
i,
j,
k,
[FORMAT]
max-line-length=120
[SIMILARITIES]
ignore-comments=no