fix qt-related error messages

This commit is contained in:
Damien Elmes 2019-03-04 11:43:04 +10:00
parent d802a53161
commit 4a9bb2d396

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