2020-02-23 03:21:12 +01:00
|
|
|
[MASTER]
|
|
|
|
ignore-patterns=.*_pb2.*
|
2020-11-01 05:26:58 +01:00
|
|
|
persistent = no
|
2021-10-02 15:13:24 +02:00
|
|
|
extension-pkg-whitelist=orjson
|
2020-02-23 03:21:12 +01:00
|
|
|
|
2021-02-05 10:13:55 +01:00
|
|
|
[TYPECHECK]
|
|
|
|
ignored-classes=
|
2021-04-09 18:50:30 +02:00
|
|
|
BrowserColumns,
|
2021-03-20 16:06:26 +01:00
|
|
|
BrowserRow,
|
2021-07-22 10:07:13 +02:00
|
|
|
HelpPage,
|
2021-06-20 07:49:20 +02:00
|
|
|
FormatTimespanRequest,
|
2021-05-11 03:37:08 +02:00
|
|
|
CardAnswer,
|
|
|
|
QueuedCards,
|
2021-06-20 07:49:20 +02:00
|
|
|
UnburyDeckRequest,
|
|
|
|
BuryOrSuspendCardsRequest,
|
|
|
|
NoteFieldsCheckResponse,
|
2021-04-05 02:21:50 +02:00
|
|
|
BackendError,
|
2021-06-20 07:49:20 +02:00
|
|
|
SetDeckCollapsedRequest,
|
2021-07-11 11:27:08 +02:00
|
|
|
ConfigKey,
|
2021-10-01 15:07:45 +02:00
|
|
|
HelpPageLinkRequest,
|
|
|
|
StripHtmlRequest
|
2021-02-05 10:13:55 +01:00
|
|
|
|
2021-03-26 05:21:04 +01:00
|
|
|
[REPORTS]
|
|
|
|
output-format=colorized
|
|
|
|
|
2019-03-04 08:27:39 +01:00
|
|
|
[MESSAGES CONTROL]
|
2021-06-26 02:11:05 +02:00
|
|
|
disable=
|
|
|
|
R,
|
|
|
|
invalid-name,
|
|
|
|
line-too-long,
|
|
|
|
too-many-lines,
|
|
|
|
missing-function-docstring,
|
|
|
|
missing-module-docstring,
|
|
|
|
missing-class-docstring,
|
|
|
|
import-outside-toplevel,
|
|
|
|
wrong-import-position,
|
|
|
|
wrong-import-order,
|
2019-03-04 08:27:39 +01:00
|
|
|
fixme,
|
|
|
|
unused-wildcard-import,
|
|
|
|
attribute-defined-outside-init,
|
|
|
|
redefined-builtin,
|
|
|
|
wildcard-import,
|
|
|
|
broad-except,
|
|
|
|
bare-except,
|
|
|
|
unused-argument,
|
|
|
|
unused-variable,
|
|
|
|
redefined-outer-name,
|
|
|
|
global-statement,
|
|
|
|
protected-access,
|
|
|
|
arguments-differ,
|
2021-10-02 15:13:24 +02:00
|
|
|
arguments-renamed,
|
|
|
|
consider-using-f-string,
|
2021-06-26 03:33:35 +02:00
|
|
|
|
|
|
|
[BASIC]
|
2021-06-27 05:49:58 +02:00
|
|
|
good-names =
|
|
|
|
id,
|
|
|
|
tr,
|
2021-06-27 07:12:22 +02:00
|
|
|
db,
|
|
|
|
ok,
|