mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +00:00
19 lines
365 B
INI
19 lines
365 B
INI
[MAIN]
|
|
ignore=migrations
|
|
load-plugins=pylint.extensions.no_self_use
|
|
|
|
[MESSAGES CONTROL]
|
|
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,
|
|
|
|
[FORMAT]
|
|
max-line-length=88
|