39 lines
520 B
INI
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
|