anki/pylib/.pylintrc
Damien Elmes 2168dfe63d add routine to set deck collapse state
Updating a deck via protobuf is now exposed on the backend, but not
currently on the frontend - I suspect we'll be better off writing
separate routines for the actions we need instead, and we get a better
undo description for free.

This is currently causing an ugly redraw in the browse screen, which
will need fixing.
2021-04-05 11:19:04 +10:00

34 lines
581 B
INI

[MASTER]
ignore-patterns=.*_pb2.*
persistent = no
[TYPECHECK]
ignored-classes=
BrowserRow,
FormatTimespanIn,
AnswerCardIn,
UnburyCardsInCurrentDeckIn,
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,