mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix qt-related error messages
This commit is contained in:
parent
d802a53161
commit
4a9bb2d396
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue