32 lines
542 B
INI
32 lines
542 B
INI
[MASTER]
|
|
ignore-patterns=.*_pb2.*
|
|
persistent = no
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=
|
|
BrowserRow,
|
|
FormatTimespanIn,
|
|
AnswerCardIn,
|
|
UnburyCardsInCurrentDeckIn,
|
|
BuryOrSuspendCardsIn,
|
|
NoteIsDuplicateOrEmptyOut
|
|
|
|
[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,
|