mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
ignore missing pyaudio
This commit is contained in:
parent
b30b7c3073
commit
a7fffb7365
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ extension-pkg-whitelist=PyQt5
|
||||||
ignore = forms,hooks_gen.py
|
ignore = forms,hooks_gen.py
|
||||||
|
|
||||||
[TYPECHECK]
|
[TYPECHECK]
|
||||||
ignored-modules=win32file,pywintypes,socket,win32pipe,winrt
|
ignored-modules=win32file,pywintypes,socket,win32pipe,winrt,pyaudio
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
output-format=colorized
|
output-format=colorized
|
||||||
|
|
Loading…
Reference in a new issue