anki/pylib/.pylintrc
Damien Elmes 49a1580566 use new API for test scheduler
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
2021-05-11 13:06:03 +10:00

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,