mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
This is not the way the code is intended to be used, but making it conform to the existing API allows us to exercise the existing unit tests and provides partial backwards compatibility. - Leech handling is currently broken - Fix answered_at in wrong units, and not being used
26 lines
464 B
INI
26 lines
464 B
INI
[MASTER]
|
|
ignore-patterns=.*_pb2.*
|
|
persistent = no
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=
|
|
FormatTimespanIn,
|
|
AnswerCardIn,
|
|
UnburyCardsInCurrentDeckIn,
|
|
BuryOrSuspendCardsIn
|
|
|
|
[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,
|