mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 19:11:09 +00:00
22 lines
433 B
INI
22 lines
433 B
INI
[MAIN]
|
|
ignore=migrations
|
|
load-plugins=pylint.extensions.no_self_use
|
|
|
|
[MESSAGES CONTROL]
|
|
disable =
|
|
cyclic-import,
|
|
duplicate-code,
|
|
fixme,
|
|
import-error,
|
|
import-self,
|
|
no-member,
|
|
raise-missing-from,
|
|
too-few-public-methods,
|
|
too-many-ancestors,
|
|
too-many-instance-attributes,
|
|
unnecessary-lambda-assignment,
|
|
unsubscriptable-object,
|
|
unsupported-membership-test,
|
|
|
|
[FORMAT]
|
|
max-line-length=88
|