Files
django-dav-events/.pylintrc
heinzel 98a6fc3ce7
All checks were successful
buildbot/tox Build done.
try to make pylint happy
2022-06-08 00:08:09 +02:00

39 lines
520 B
INI

[MASTER]
persistent=no
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-docstring,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
consider-using-f-string,
duplicate-code,
[BASIC]
good-names=_,
c,
d,
e,
f,
i,
j,
k,
n,
r,
s,
t,
pk,
[FORMAT]
max-line-length=120
[SIMILARITIES]
ignore-comments=no