e61a611af7
+ use the enum directly, instead of wrapping it in an object Python code retains the old "Config" name.
37 lines
658 B
INI
37 lines
658 B
INI
[MASTER]
|
|
persistent = no
|
|
extension-pkg-whitelist=PyQt5
|
|
ignore = forms,hooks_gen.py
|
|
|
|
[TYPECHECK]
|
|
ignored-modules=win32file,pywintypes,socket,win32pipe,winrt,pyaudio
|
|
ignored-classes=
|
|
BrowserColumns,
|
|
BrowserRow,
|
|
SearchNode,
|
|
ConfigKey,
|
|
OpChanges,
|
|
UnburyDeckRequest,
|
|
CardAnswer,
|
|
QueuedCards,
|
|
ChangeNotetypeRequest,
|
|
|
|
[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,
|