dfe3c457e5
While mypy can understand nested references like ConfigBool.Key.COLLAPSE_RECENT, PyCharm doesn't understand the metaclass syntax, and shows the definitions as invalid.
26 lines
448 B
INI
26 lines
448 B
INI
[MASTER]
|
|
ignore-patterns=.*_pb2.*
|
|
persistent = no
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=
|
|
FormatTimespanIn,
|
|
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,
|