a7812dedc0
The enum changes should work on PyQt 5.x, and are required in PyQt 6.x. They are not supported by the PyQt5 typings however, so we need to run our tests with PyQt6.
38 lines
679 B
INI
38 lines
679 B
INI
[MASTER]
|
|
persistent = no
|
|
extension-pkg-whitelist=PyQt6
|
|
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,
|
|
arguments-renamed,
|