2022-06-05 14:38:03 -07:00
|
|
|
[MAIN]
|
|
|
|
ignore=migrations
|
|
|
|
load-plugins=pylint.extensions.no_self_use
|
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
2024-07-27 02:47:08 -03:00
|
|
|
disable =
|
|
|
|
cyclic-import,
|
|
|
|
duplicate-code,
|
|
|
|
fixme,
|
|
|
|
no-member,
|
|
|
|
raise-missing-from,
|
|
|
|
too-few-public-methods,
|
|
|
|
too-many-ancestors,
|
|
|
|
too-many-instance-attributes,
|
|
|
|
unnecessary-lambda-assignment,
|
|
|
|
unsubscriptable-object,
|
2024-07-27 02:36:43 -03:00
|
|
|
enable =
|
|
|
|
useless-suppression
|
2022-07-02 10:50:17 -07:00
|
|
|
|
|
|
|
[FORMAT]
|
|
|
|
max-line-length=88
|