mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

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.
37 lines
679 B
INI
37 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,
|