fix qt-related error messages
This commit is contained in:
parent
d802a53161
commit
4a9bb2d396
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user