49a1580566
Avoids duplicate work, and is a step towards allowing the next states to be modified by third-party code. Also: - fixed incorrect underlined count, due to reviews being labeled as learning cards - fixed reviewer not refreshing when undoing a test review, by splitting up backend queue rebuilding from frontend reviewer refresh - moved answering into a CollectionOp
36 lines
598 B
INI
36 lines
598 B
INI
[MASTER]
|
|
ignore-patterns=.*_pb2.*
|
|
persistent = no
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=
|
|
BrowserColumns,
|
|
BrowserRow,
|
|
FormatTimespanIn,
|
|
CardAnswer,
|
|
QueuedCards,
|
|
UnburyDeckIn,
|
|
BuryOrSuspendCardsIn,
|
|
NoteIsDuplicateOrEmptyOut,
|
|
BackendError,
|
|
SetDeckCollapsedIn,
|
|
|
|
[REPORTS]
|
|
output-format=colorized
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=C,R,
|
|
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,
|