This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-11 12:40:42 +00:00
|
|
|
[MASTER]
|
|
|
|
|
2019-12-31 12:17:35 +00:00
|
|
|
disable=redefined-outer-name,arguments-differ,no-self-use,cyclic-import,fixme,locally-disabled,unpacking-non-sequence,too-many-ancestors,too-many-branches,too-few-public-methods,import-outside-toplevel,bad-continuation
|
2018-11-11 12:40:42 +00:00
|
|
|
load-plugins=pylint_django,pylint.extensions.bad_builtin
|
|
|
|
extension-pkg-whitelist=lxml
|
|
|
|
const-rgx=[a-zA-Z0-9_]{1,40}$
|
2019-10-04 08:08:53 +00:00
|
|
|
ignored-modules=django-otp
|
|
|
|
jobs=4
|
2018-11-11 12:40:42 +00:00
|
|
|
|