mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
9 lines
210 B
INI
9 lines
210 B
INI
[MAIN]
|
|
ignore=migrations
|
|
load-plugins=pylint.extensions.no_self_use
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801,C3001,import-error
|
|
|
|
[FORMAT]
|
|
max-line-length=88
|