fix qt-related error messages

This commit is contained in:
Damien Elmes 2019-03-04 11:43:04 +10:00
parent db59f6f836
commit 8449f6f12b

View file

@ -1,4 +1,4 @@
#!/bin/bash
TOOLS="$(cd "`dirname "$0"`"; pwd)"
pylint -E -j 0 -f colorized $TOOLS/../anki $TOOLS/../aqt
pylint -E -j 0 -f colorized --extension-pkg-whitelist=PyQt5 $TOOLS/../anki $TOOLS/../aqt