2018-11-11 12:40:42 +00:00
|
|
|
[MASTER]
|
|
|
|
|
2020-11-15 14:49:02 +00:00
|
|
|
disable =
|
|
|
|
arguments-differ,
|
|
|
|
no-self-use,
|
|
|
|
fixme,
|
|
|
|
locally-disabled,
|
|
|
|
too-many-ancestors,
|
|
|
|
too-few-public-methods,
|
|
|
|
import-outside-toplevel,
|
|
|
|
bad-continuation,
|
|
|
|
signature-differs,
|
|
|
|
similarities,
|
|
|
|
cyclic-import,
|
2020-11-15 19:46:53 +00:00
|
|
|
protected-access,
|
2020-11-15 14:49:02 +00:00
|
|
|
unsubscriptable-object # remove when pylint is upgraded to 2.6
|
2020-09-19 11:40:23 +00:00
|
|
|
|
2018-11-11 12:40:42 +00:00
|
|
|
load-plugins=pylint_django,pylint.extensions.bad_builtin
|
2020-09-19 11:40:23 +00:00
|
|
|
|
2020-11-11 23:12:59 +00:00
|
|
|
extension-pkg-whitelist=lxml,xmlsec
|
2020-09-19 11:40:23 +00:00
|
|
|
|
|
|
|
# Allow constants to be shorter than normal (and lowercase, for settings.py)
|
2018-11-11 12:40:42 +00:00
|
|
|
const-rgx=[a-zA-Z0-9_]{1,40}$
|
2020-09-19 11:40:23 +00:00
|
|
|
|
2019-10-04 08:08:53 +00:00
|
|
|
ignored-modules=django-otp
|
2020-11-12 21:31:50 +00:00
|
|
|
generated-members=xmlsec.constants.*,xmlsec.tree.*,xmlsec.template.*
|
2020-05-27 09:15:10 +00:00
|
|
|
ignore=migrations
|
2020-09-19 11:40:23 +00:00
|
|
|
max-attributes=12
|
2020-11-12 21:31:50 +00:00
|
|
|
max-branches=20
|